Click or drag to resize
ARMAOutlierIdentificationGetTauStatistics Method
Returns the t value for each detected outlier.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetTauStatistics()

Return Value

Type: Double
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