AllMetrics: Calculating Multiple Performance Metrics of a Prediction Model

Provides a function to calculate multiple performance metrics for actual and predicted values. In total eight metrics will be calculated for particular actual and predicted series. Helps to describe a Statistical model's performance in predicting a data. Also helps to compare various models' performance. The metrics are Root Mean Squared Error (RMSE), Relative Root Mean Squared Error (RRMSE), Mean absolute Error (MAE), Mean absolute percentage error (MAPE), Mean Absolute Scaled Error (MASE), Nash-Sutcliffe Efficiency (NSE), Willmott’s Index (WI), and Legates and McCabe Index (LME). Among them, first five are expected to be lesser whereas, the last three are greater the better. More details can be found from Garai and Paul (2023) <doi:10.1016/j.iswa.2023.200202> and Garai et al. (2024) <doi:10.1007/s11063-024-11552-w>.

Getting started

Package details

AuthorDr. Sandip Garai [aut, cre]
MaintainerDr. Sandip Garai <sandipnicksandy@gmail.com>
LicenseGPL-3
Version0.2.1
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("AllMetrics")

Try the AllMetrics package in your browser

Any scripts or data that you put into this service are public.

AllMetrics documentation built on May 29, 2024, 2:09 a.m.