Click or drag to resize

RegressionRSquared Property

Gets the the R-squared value for this Regression.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public double RSquared { 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