Click or drag to resize

RegressionComponentCoefficientStandardError Property

Gets the standard error of the Coefficient.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public double CoefficientStandardError { get; }

Property Value

Double
Remarks
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