IMSL C# Numerical Library

GARCH.Sigma Property

Returns the estimated value of sigma squared. Note that the Compute method must be invoked first before invoking this method. Otherwise, the return value is NaN.

public double Sigma {get;}

Property Value

A double scalar containing the estimated value of sigma squared.

See Also

GARCH Class | Imsl.Stat Namespace