| Name | Description |
---|
 | ShapiroWilkTest(Double) |
Constructs a ShapiroWilkTest intance with the provided sample data, default alpha and
default hypothesis type.
|
 | ShapiroWilkTest(DoubleVector) |
Constructs a ShapiroWilkTest intance with the provided sample data, default alpha and
default hypothesis type.
|
 | ShapiroWilkTest(IDFColumn) |
Constructs a ShapiroWilkTest intance with the provided sample data, default alpha and
default hypothesis type.
|
 | ShapiroWilkTest(Int32) |
Constructs a ShapiroWilkTest intance with the provided sample data, default alpha and
default hypothesis type.
|
 | ShapiroWilkTest(Double, HypothesisType) |
Constructs a ShapiroWilkTest intance with the provided sample, provided
hypothesis type and default alpha.
|
 | ShapiroWilkTest(Double, Double) |
Constructs a ShapiroWilkTest intance with the provided sample, alpha and
default hypothesis type.
|
 | ShapiroWilkTest(DoubleVector, HypothesisType) |
Constructs a ShapiroWilkTest intance with the provided sample, provided
hypothesis type and default alpha.
|
 | ShapiroWilkTest(DoubleVector, Double) |
Constructs a ShapiroWilkTest intance with the provided sample, alpha and
default hypothesis type.
|
 | ShapiroWilkTest(IDFColumn, HypothesisType) |
Constructs a ShapiroWilkTest intance with the provided sample, provided
hypothesis type and default alpha.
|
 | ShapiroWilkTest(IDFColumn, Double) |
Constructs a ShapiroWilkTest intance with the provided sample, alpha and
default hypothesis type.
|
 | ShapiroWilkTest(Int32, HypothesisType) |
Constructs a ShapiroWilkTest intance with the provided sample, provided
hypothesis type and default alpha.
|
 | ShapiroWilkTest(Int32, Double) |
Constructs a ShapiroWilkTest intance with the provided sample, alpha and
default hypothesis type.
|
 | ShapiroWilkTest(Double, HypothesisType, Double) |
Constructs a ShapiroWilkTest intance with the provided sample, alpha and
hypothesis type.
|
 | ShapiroWilkTest(DoubleVector, HypothesisType, Double) |
Constructs a ShapiroWilkTest intance with the provided sample, alpha and
hypothesis type.
|
 | ShapiroWilkTest(IDFColumn, HypothesisType, Double) |
Constructs a ShapiroWilkTest intance with the provided sample, alpha and
hypothesis type.
|
 | ShapiroWilkTest(Int32, HypothesisType, Double) |
Constructs a ShapiroWilkTest intance with the provided sample, alpha and
hypothesis type.
|