Generalized Esd Test Constructor
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Generalized | Constructs a new Generalized ESD test for multiple outliers. |
Generalized | Constructs a new Generalized ESD test for multiple outliers. |
Generalized | Constructs a new Generalized ESD test for multiple outliers. |
GeneralizedEsdTest
Constructs a new Generalized ESD test for multiple outliers.
public GeneralizedEsdTest()
GeneralizedEsdTest(Vector<Double>, Int32)
Constructs a new Generalized ESD test for multiple outliers.
public GeneralizedEsdTest(
Vector<double> sample,
int numberOfOutliers
)
Parameters
Exceptions
Argument | sample is null. |
Argument | numberOfOutliers is less than 1 or greater than the length of sample. |
GeneralizedEsdTest(Vector<Double>, Int32, HypothesisType)
Constructs a new Generalized ESD test for multiple outliers.
public GeneralizedEsdTest(
Vector<double> sample,
int numberOfOutliers,
HypothesisType side
)
Parameters
- sample Vector<Double>
- A vector.
- numberOfOutliers Int32
- The number of outliers to test for.
- side HypothesisType
- Specifies where to test for outliers.
Exceptions
Argument | sample is null. |
Argument | numberOfOutliers is less than 1 or greater than the length of sample. |