Returns the t value for each detected outlier.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetTauStatistics()
Visual Basic (Declaration)
Public Function GetTauStatistics As Double()
Visual C++
public:
array<double>^ GetTauStatistics()

Return Value

A double array containing the t statistics for each detected outlier.

Remarks

If the number of detected outliers equals zero, then a vector of length 0 is returned. The Compute method must be invoked before using this method. Otherwise, an InvalidOperationException exception is thrown.

See Also