WebCab Probability and Statistics for COM v3.6

GeneralLinear.StandardError Method 

Evaluates the Standard Error of the Estimate (or Standard Deviation of the Regression) of the (multi-linear) regression considered.

public double StandardError();

Return Value

The Standard Error of the Estimate.

Remarks

Note that the Standard Error of the Estimate is just the squares root of the mean square due to errors (SSE) which can be evaluated using MeanSquaresError.

Preconditions

Please note that before this method is called you must have already performed the following tasks:

  1. Set the Fitting Function using SetFunctionBasis
  2. Fit the function using SetGeneralFit

See Also

GeneralLinear Class | WebCab.COM.Statistics.CurveFitting Namespace