GeneralizedEsdTest.GetOutlierIndexes Method

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

GetOutlierIndexes() Returns a vector containing the indexes of the outliers according to the Generalized ESD test.
GetOutlierIndexes(Double) 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.
C#
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.
C#
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.

See Also