Click or drag to resize
NormTwoSampleUnequalVariances Property
Specifies whether to return statistics based on equal or unequal variances.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public bool UnequalVariances { 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