Click or drag to resize

GlobalCurveFitAnovaResidualSumOfSquares Property

Gets the residual sum of squares for each dataset, and the global residual sum of squares. If there are N datasets, the returned array has length N+1. Elements 0,1,...,N-1 contain the residual sum of squares for the corresponding dataset and element N contains the global residual sum of squares.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double[] ResidualSumOfSquares { get; }

Property Value

Double
See Also