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.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Sigma { get; }
Public ReadOnly Property Sigma As Double
Get
public:
property double Sigma {
double get ();
}
member Sigma : float with get
Property Value
Type:
Double
A
double scalar containing the estimated value of sigma
squared.
See Also