Generalized Esd Test.Get Outlier Indexes Method
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
Get | Returns a vector containing the indexes of the outliers according to the Generalized ESD test. |
Get | Returns a vector containing the indexes of the outliers according to the Generalized ESD test. |
GetOutlierIndexes
Returns a vector containing the indexes of
the outliers according to the Generalized ESD test.
public Vector<int> GetOutlierIndexes()
Return Value
Vector<Int32>A vector containing the zero-based indexes of the outliers in the sample.
GetOutlierIndexes(Double)
Returns a vector containing the indexes of
the outliers according to the Generalized ESD test.
public Vector<int> GetOutlierIndexes(
double significanceLevel
)
Parameters
- significanceLevel Double
Return Value
Vector<Int32>A vector containing the zero-based indexes of the outliers in the sample.