Click or drag to resize

ResidualsResultSumOfSquaredResiduals Property

Gets the sum of the squares of all residuals.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public abstract double SumOfSquaredResiduals { get; }

Property Value

Type: Double
The sum of the squares of all Residuals.
See Also