The value of the upperbound on the first element (sigma) of the array of returned estimated coefficients.

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

Syntax

C#
public double MaxSigma { get; set; }
Visual Basic (Declaration)
Public Property MaxSigma As Double
Visual C++
public:
property double MaxSigma {
	double get ();
	void set (double value);
}

Field Value

A double scalar containing the value of the upperbound on the first element (sigma) of the array of returned estimated coefficients.

Remarks

By default, MaxSigma= 10.

See Also