Click or drag to resize
LinearRegressionCaseStatisticsConLevelPred Property
Sets the confidence level for two-sided prediction intervals, in percent.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double ConLevelPred { set; }

Property Value

Type: Double
A double containing the confidence level.
Remarks
By default, ConLevelPred = 0.95.
See Also