Skip to content

Commit

Permalink
Update aggregate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vindelico authored Nov 22, 2023
1 parent 5276bb3 commit 851de09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xscen/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def climatological_op(
['max', 'mean', 'median', 'min', 'std', 'sum', 'var', 'linregress'].
Operations beyond methods of xarray.core.rolling.DatasetRolling include:
- 'linregress' : Computes the linear regression over the periods or it's windows, using
- 'linregress' : Computes the linear regression over the periods or its windows, using
scipy.stats.linregress employing years as regressors.
Here the output has a new dimension 'linreg_param' with coordinates:
['slope', 'intercept', 'rvalue', 'pvalue', 'stderr', 'intercept_stderr'].
Expand Down

0 comments on commit 851de09

Please sign in to comment.