RegressionComponentCoefficient Property |
Gets the coefficient of this regression component e.g. the
b, h, or c (depending on the
component in question) in a regression with an equation like
E = b*days + h*HDD + c*CDD
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public double Coefficient { get; }
Public ReadOnly Property Coefficient As Double
Get
Property Value
DoubleSee Also