PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Regression Common Functions Package
>
Regression Common
Package Symbol
Regression Common Functions Package
Tutorials »
|
BestFitParameters
PredictedResponse
FindFit
Fit
LeastSquares
See Also »
|
Regression Common Functions Package
More About »
BestFit
BestFit
is a possible value for the
RegressionReport
option which represents the fitted function.
MORE INFORMATION
To use
BestFit
, you first need to load the
Regression Common Functions Package
. You can do this by using
Needs
["LinearRegression`"]
or
Needs
["NonlinearRegression`"]
, which will automatically load the
Regression Common Functions Package
, or you can load the package directly by using
Needs
["RegressionCommon`"]
.
BestFit
gives the model with the
BestFitParameters
inserted.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["LinearRegression`"]
Sample data:
In[2]:=
BestFit
for a linear regression:
In[3]:=
Out[3]=
SEE ALSO
BestFitParameters
PredictedResponse
FindFit
Fit
LeastSquares
TUTORIALS
Regression Common Functions Package
MORE ABOUT
Regression Common Functions Package
© 2008 Wolfram Research, Inc.