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()
Public Function ShapiroFranciaTest As TestResult
public:
TestResult^ ShapiroFranciaTest()
member ShapiroFranciaTest : unit -> TestResult
Return Value
Type:
TestResultThe result of the test.
Exceptions See Also