NormTwoSampleUnequalVariances Property |
Specifies whether to return statistics based on equal or unequal
variances.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public bool UnequalVariances { get; set; }
Public Property UnequalVariances As Boolean
Get
Set
public:
property bool UnequalVariances {
bool get ();
void set (bool value);
}
member UnequalVariances : bool with get, set
Property Value
Type:
Boolean
A
bool which specifies whether the sample variances are
unequal.
Remarks
A value of true will cause statistics for unequal variances to
be returned. A value of false will cause statistics for equal
variances to be returned. The default is to return statistics for
equal variances.
See Also