Skip to content

Commit

Permalink
Merge pull request #446 from taldcroft/curve-fit-sigma-doc
Browse files Browse the repository at this point in the history
Update the parameter documentation in curve_fit
  • Loading branch information
dlax committed Feb 23, 2013
2 parents a495bff + 0a61f81 commit b7b85cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scipy/optimize/minpack.py
Expand Up @@ -452,8 +452,7 @@ def curve_fit(f, xdata, ydata, p0=None, sigma=None, **kw):
can be determined using introspection, otherwise a ValueError
is raised).
sigma : None or N-length sequence
If not None, it represents the standard-deviation of ydata.
This vector, if given, will be used as weights in the
If not None, this vector will be used as relative weights in the
least-squares problem.
Returns
Expand Down

0 comments on commit b7b85cd

Please sign in to comment.