Skip to content

Commit

Permalink
add better description to calc_error options
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Mar 9, 2023
1 parent baed4d5 commit b401464
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 b401464

Please sign in to comment.