Sets the confidence level for two-sided prediction intervals, in percent.

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

Syntax

C#
public virtual double ConLevelPred { set; }
Visual Basic (Declaration)
Public Overridable WriteOnly Property ConLevelPred As Double
Visual C++
public:
virtual property double ConLevelPred {
	void set (double value);
}

Field Value

A double containing the confidence level.

Remarks

By default, ConLevelPred = 0.95.

See Also