IMSL C# Numerical Library

NonlinearRegression.GetSSE Method 

Returns the sums of squares for error.

public virtual double GetSSE();

Return Value

A double which contains the sum of squares for error or null if Solve has not been called.

See Also

NonlinearRegression Class | Imsl.Stat Namespace