NormalityTestShapiroWilkW Property |
Returns the Shapiro-Wilk W statistic for the Shapiro-Wilk W test.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ShapiroWilkW { get; }
Public ReadOnly Property ShapiroWilkW As Double
Get
public:
property double ShapiroWilkW {
double get ();
}
member ShapiroWilkW : float with get
Property Value
Type:
Double
A
double scalar containing the Shapiro-Wilk W statistic.
Remarks
Returns Double.NaN for other tests.
See Also