Click or drag to resize

RegressionStandardError Property

Gets the standard error of this Regression.

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