Skip to content

Commit

Permalink
Merge pull request #253 from fooof-tools/docs
Browse files Browse the repository at this point in the history
[MNT] - Add better description to calc_error options
  • Loading branch information
TomDonoghue authored Mar 9, 2023
2 parents baed4d5 + b401464 commit 8d8cb96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fooof/objs/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,10 @@ def _calc_error(self, metric=None):
Parameters
----------
metric : {'MAE', 'MSE', 'RMSE'}, optional
Which error measure to calculate.
Which error measure to calculate:
* 'MAE' : mean absolute error
* 'MSE' : mean squared error
* 'RMSE' : root mean squared error
Raises
------
Expand Down

0 comments on commit 8d8cb96

Please sign in to comment.