Click or drag to resize

ShapiroWilkTest Constructor

Overload List
 NameDescription
Public methodShapiroWilkTest(Double) Constructs a ShapiroWilkTest intance with the provided sample data, default alpha and default hypothesis type.
Public methodShapiroWilkTest(DoubleVector) Constructs a ShapiroWilkTest intance with the provided sample data, default alpha and default hypothesis type.
Public methodShapiroWilkTest(IDFColumn) Constructs a ShapiroWilkTest intance with the provided sample data, default alpha and default hypothesis type.
Public methodShapiroWilkTest(Int32) Constructs a ShapiroWilkTest intance with the provided sample data, default alpha and default hypothesis type.
Public methodShapiroWilkTest(Double, HypothesisType) Constructs a ShapiroWilkTest intance with the provided sample, provided hypothesis type and default alpha.
Public methodShapiroWilkTest(Double, Double) Constructs a ShapiroWilkTest intance with the provided sample, alpha and default hypothesis type.
Public methodShapiroWilkTest(DoubleVector, HypothesisType) Constructs a ShapiroWilkTest intance with the provided sample, provided hypothesis type and default alpha.
Public methodShapiroWilkTest(DoubleVector, Double) Constructs a ShapiroWilkTest intance with the provided sample, alpha and default hypothesis type.
Public methodShapiroWilkTest(IDFColumn, HypothesisType) Constructs a ShapiroWilkTest intance with the provided sample, provided hypothesis type and default alpha.
Public methodShapiroWilkTest(IDFColumn, Double) Constructs a ShapiroWilkTest intance with the provided sample, alpha and default hypothesis type.
Public methodShapiroWilkTest(Int32, HypothesisType) Constructs a ShapiroWilkTest intance with the provided sample, provided hypothesis type and default alpha.
Public methodShapiroWilkTest(Int32, Double) Constructs a ShapiroWilkTest intance with the provided sample, alpha and default hypothesis type.
Public methodShapiroWilkTest(Double, HypothesisType, Double) Constructs a ShapiroWilkTest intance with the provided sample, alpha and hypothesis type.
Public methodShapiroWilkTest(DoubleVector, HypothesisType, Double) Constructs a ShapiroWilkTest intance with the provided sample, alpha and hypothesis type.
Public methodShapiroWilkTest(IDFColumn, HypothesisType, Double) Constructs a ShapiroWilkTest intance with the provided sample, alpha and hypothesis type.
Public methodShapiroWilkTest(Int32, HypothesisType, Double) Constructs a ShapiroWilkTest intance with the provided sample, alpha and hypothesis type.
Top
See Also