Click or drag to resize

RegressionCvrmse Property

Gets the CVRMSE of this Regression.

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

Property Value

Double
Remarks

You can read more about this and the other statistics in the docs for our online regression tool (which uses this API internally).

See Also