Returns the \omega weights for the detected outliers.

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

Syntax

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

Return Value

A double array containing the computed \omega weights for the detected outliers.

Remarks

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

See Also