Click or drag to resize

RegressionTestPlanBuilderSetDayNormalization Method

Sets the DayNormalization to be used in the regression process.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public RegressionTestPlanBuilder SetDayNormalization(
	DayNormalization dayNormalization
)

Parameters

dayNormalization  DayNormalization
The DayNormalization to be used in the regression process.

Return Value

RegressionTestPlanBuilder
This Builder, for easy method chaining.
Remarks
By default this will be Weighted, which is the recommended option.
See Also