Returns the
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
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.