Click or drag to resize

SampleShapiroFranciaTest Method

Performs a Shapiro-Francia test of normality on the sample.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public TestResult ShapiroFranciaTest()

Return Value

Type: TestResult
The result of the test.
Exceptions
ExceptionCondition
InsufficientDataExceptionThere are fewer than 16 values in the sample.
See Also