Returns the estimated standard deviation of the model error.

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

Syntax

C#
public double ModelErrorStdev { get; }
Visual Basic (Declaration)
Public ReadOnly Property ModelErrorStdev As Double
Visual C++
public:
property double ModelErrorStdev {
	double get ();
}

Field Value

A double representing the estimated standard deviation of the model error.

See Also