WebCab Probability and Statistics for COM v3.6

GeneralLinear.SetFunctionBasis Method 

Sets the function basis you wish to use in order to construct the function you wish to fit to the data set.

public void SetFunctionBasis(
   object o
);

Remarks

Note that before you are able to perform regression analysis you much has already set the function basis using this method.

The Function Basis Object o

The function basis can be provided by:

  1. Providing an implementation of the interface FunctionBasis by passing it as Object o. For further details please see the documentation of the interface FunctionBasis.

Remark: An alternative means of setting the linear regression function by an iterative sequence of methods calls is provided which the class GeneralLinearFactorModel. Using this class you are able to perform regression analysis once the function has been set.

See Also

GeneralLinear Class | WebCab.COM.Statistics.CurveFitting Namespace