Returns the sums of squares for error.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double GetSSE()
Visual Basic (Declaration)
Public Overridable Function GetSSE As Double
Visual C++
public:
virtual double GetSSE()

Return Value

A double which contains the sum of squares for error or null if Solve(NonlinearRegression..::.IFunction) has not been called.

See Also