Click or drag to resize

ExtraRegressionComponentMultiplyByNumberOfDays Property

Returns true if the Coefficient is a per-day value that should be multiplied by the number of days covered by the period in question; false otherwise.

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

Property Value

Boolean
Remarks

This will return true for extra predictors with PredictorType.Average, and false for extra predictors with PredictorType.Cumulative.

See Also