Learn R Programming

AllMetrics (version 0.2.1)

Calculating Multiple Performance Metrics of a Prediction Model

Description

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) and Garai et al. (2024) .

Copy Link

Version

Install

install.packages('AllMetrics')

Monthly Downloads

431

Version

0.2.1

License

GPL-3

Maintainer

Mr. Sandip Garai

Last Published

March 12th, 2024

Functions in AllMetrics (0.2.1)

all_metrics

Calculating Multiple Performance Metrics of a Prediction Model