WebCab Probability and Statistics for Delphi (.NET) v3.6

FactorModel.AddConstantTerm Method 

Adds a constant function on one real variable to the function basis (f(x)).

public void AddConstantTerm(
   double constant
);

Parameters

constant
The constant value taken by the constant function.

Remarks

The constant function takes the form:

f(x) = constant

where x is the variable and constant is a real number.

See Also

FactorModel Class | WebCab.Libraries.Statistics.CurveFitting Namespace