curve_fit
Fit a nonlinear model to data using least squares to estimate parameters from observed x and y values.
Instructions
Fit a nonlinear model to data with least squares.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| x_data | Yes | ||
| y_data | Yes | ||
| parameters | No | ||
| p0 | No | ||
| sigma | No | ||
| absolute_sigma | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||