Skip to content

Commit 8d8cb96

Browse files
authored
Merge pull request #253 from fooof-tools/docs
[MNT] - Add better description to calc_error options
2 parents baed4d5 + b401464 commit 8d8cb96

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)