IMSL C# Numerical Library

NormTwoSample.UnequalVariances Property

Specifies whether to return statistics based on equal or unequal variances.

public bool UnequalVariances {get; set;}

Property Value

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

NormTwoSample Class | Imsl.Stat Namespace