|  | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double[] ResidualSumOfSquares { get; }Public ReadOnly Property ResidualSumOfSquares As Double()
	Get
public:
property array<double>^ ResidualSumOfSquares {
	array<double>^ get ();
}member ResidualSumOfSquares : float[] with get
Property Value
Double See Also
See Also