Skip to content

Commit

Permalink
Add link from polyfit to curvefit
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho committed May 6, 2023
1 parent ed9e87b commit 876ba22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -5461,6 +5461,7 @@ def polyfit(
numpy.polyfit
numpy.polyval
xarray.polyval
DataArray.curvefit
"""
return self._to_temp_dataset().polyfit(
dim, deg, skipna=skipna, rcond=rcond, w=w, full=full, cov=cov
Expand Down

0 comments on commit 876ba22

Please sign in to comment.