|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
IncludeConstantBasis
IncludeConstantBasis
is an option for LinearModelFit and other fitting functions that specifies whether a constant term should be included if not explicitly given in the list of basis functions.
DetailsDetails
- The default setting IncludeConstantBasis->True adds a constant basis to the model if one is not specified in the list of basis functions.
- Linear and generalized linear models typically compare the fitted model to the mean response model, which contains only a constant basis function.
- Setting IncludeConstantBasis->False can be used to fit models without a constant basis function.
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
