File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6152,10 +6152,12 @@ def curvefit(
6152
6152
broadcast to the coordinates of the array. If none or only some parameters are
6153
6153
passed, the rest will be assigned initial values following the default scipy
6154
6154
behavior.
6155
- bounds : dict-like or None, optional
6156
- Optional dictionary of parameter names to bounding values passed to the
6157
- `curve_fit` `bounds` arg. If none or only some parameters are passed, the rest
6158
- will be unbounded following the default scipy behavior.
6155
+ bounds : dict-like, optional
6156
+ Optional dictionary of parameter names to tuples of bounding values passed to the
6157
+ `curve_fit` `bounds` arg. If any of the bounds are DataArrays, they will be
6158
+ appropriately broadcast to the coordinates of the array. If none or only some
6159
+ parameters are passed, the rest will be unbounded following the default scipy
6160
+ behavior.
6159
6161
param_names : sequence of Hashable or None, optional
6160
6162
Sequence of names for the fittable parameters of `func`. If not supplied,
6161
6163
this will be automatically determined by arguments of `func`. `param_names`
You can’t perform that action at this time.
0 commit comments