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