|
|
|||
|
|
| Nonlinear Regression Package Symbol | Tutorials »|See Also »|More About » |
| NonlinearRegress[data, expr, pars, vars] finds numerical values of the parameters pars that make the model expr give a best fit to data as a function of vars and provides diagnostics for the fitting. |
| NonlinearRegress[data, {expr, cons}, pars, vars] finds a best fit and provides diagnostics subject to the constraints cons. |
| AccuracyGoal | Automatic | the accuracy sought | |
| Compiled | Automatic | whether to compile the model | |
| ConfidenceLevel | 0.95 | confidence level for confidence intervals | |
| Gradient | Automatic | list of gradient functions | |
| MaxIterations | 100 | maximum number of iterations to use | |
| Method | Automatic | method to use | |
| PrecisionGoal | Automatic | the precision sought | |
| RegressionReport | SummaryReport | fit diagnostics to include | |
| Tolerance | Automatic | numerical tolerance for matrix operations | |
| Weights | Automatic | list of weights for each point or pure function | |
| WorkingPrecision | MachinePrecision | the precision used in internal computations |
Needs["NonlinearRegression`"] Nonlinear regression with parameters a and b:
|
| © 2013 Wolfram Research, Inc. |