We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baed4d5 commit b401464Copy full SHA for b401464
fooof/objs/fit.py
@@ -1108,7 +1108,10 @@ def _calc_error(self, metric=None):
1108
Parameters
1109
----------
1110
metric : {'MAE', 'MSE', 'RMSE'}, optional
1111
- Which error measure to calculate.
+ Which error measure to calculate:
1112
+ * 'MAE' : mean absolute error
1113
+ * 'MSE' : mean squared error
1114
+ * 'RMSE' : root mean squared error
1115
1116
Raises
1117
------
0 commit comments