Returns the Shapiro-Wilk W statistic for the Shapiro-Wilk W test.

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

Syntax

C#
public double ShapiroWilkW { get; }
Visual Basic (Declaration)
Public ReadOnly Property ShapiroWilkW As Double
Visual C++
public:
property double ShapiroWilkW {
	double get ();
}

Field Value

A double scalar containing the Shapiro-Wilk W statistic.

Remarks

Returns Double.NaN for other tests.

See Also