GeneralizedEsdTest.GetOutlierIndexes Method

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

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