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

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public bool UnequalVariances { get; set; }
Visual Basic (Declaration)
Public Property UnequalVariances As Boolean
Visual C++
public:
property bool UnequalVariances {
	bool get ();
	void set (bool value);
}

Field 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