Click or drag to resize
NonlinearRegressionGetSSE Method
Returns the sums of squares for error.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double GetSSE()

Return Value

Type: Double
A double which contains the sum of squares for error or null if Solve(NonlinearRegressionIFunction) has not been called.
See Also