Click or drag to resize

ShapiroWilkTestData Property

Data used to calculate the Shapiro Wilk test statistic. The data is modified for calculation by removing NaNs and sorting.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector Data { get; set; }

Property Value

DoubleVector
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data has length of less than three or more than 5000 after removing missing values.
See Also