StatKit icon indicating copy to clipboard operation
StatKit copied to clipboard

Add Regression Metrics

Open JimmyMAndersson opened this issue 3 years ago • 0 comments

Add a protocol to define suitable regression metrics for inferential/predictive statistics.

  • [ ] Coefficient of determination (R Squared)
  • [ ] Adjusted R Squared
  • [ ] MSE
  • [ ] RMSE
  • [ ] Mean Absolute Error
  • [ ] Median Absolute Error
  • [ ] Max error
  • [ ] RSS
  • [ ] pMSE

JimmyMAndersson avatar Nov 22 '21 06:11 JimmyMAndersson