NonlinearRegressionGetSSE Method |
Returns the sums of squares for error.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double GetSSE()
Public Overridable Function GetSSE As Double
public:
virtual double GetSSE()
abstract GetSSE : unit -> float
override GetSSE : unit -> float
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