RegressionComponentCoefficientStandardError Property |
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public double CoefficientStandardError { get; }
Public ReadOnly Property CoefficientStandardError As Double
Get
Property Value
DoubleRemarks This is a measure of the precision of the regression
model's estimate of the
Coefficient value. It's a
common statistic (not energy specific) that you can look up online.
See Also