Click or drag to resize
LinearRegressionCaseStatisticsConLevelMean Property
Sets the confidence level for two-sided interval estimates on the mean, in percent.

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

Property Value

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