LinearRegressionCaseStatisticsConLevelPred Property |
Sets the confidence level for two-sided prediction intervals, in
percent.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double ConLevelPred { set; }
Public Overridable WriteOnly Property ConLevelPred As Double
Set
public:
virtual property double ConLevelPred {
void set (double value);
}
abstract ConLevelPred : float with set
override ConLevelPred : float with set
Property Value
Type:
Double
A
double containing the confidence level.
Remarks
By default, ConLevelPred = 0.95.
See Also