Skip to content

Commit b401464

Browse files
committed
add better description to calc_error options
1 parent baed4d5 commit b401464

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fooof/objs/fit.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,10 @@ def _calc_error(self, metric=None):
11081108
Parameters
11091109
----------
11101110
metric : {'MAE', 'MSE', 'RMSE'}, optional
1111-
Which error measure to calculate.
1111+
Which error measure to calculate:
1112+
* 'MAE' : mean absolute error
1113+
* 'MSE' : mean squared error
1114+
* 'RMSE' : root mean squared error
11121115
11131116
Raises
11141117
------

0 commit comments

Comments
 (0)