WebCab Probability and Statistics for COM v3.6

GeneralLinear.GetCoefficients Method 

Gets the greatest likelihood coefficients of the function of best fit in accordance with the least squares approach for the function basis given.

public double[] GetCoefficients();

Return Value

An array where the k-th element is the kth coefficient of the k-th function basis (i.e. ak) within the function of best fit.

Remarks

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