Skip to content

tkdhss111/fortran-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fortran-metrics

A Simple Forecasting Metrics Calculator

  • Auto skip N/A data
  • Accepts both scalar or vector data

[List of Metrics]

integer :: N    ! Sample size
real    :: E    ! (Scalar) Error
real    :: AE   ! (Scalar) Absolute Error
real    :: PE   ! (Scalar) Percentage Error
real    :: APE  ! (Scalar) Absolute Percentage Error
real    :: MBE  ! Mean Bias Error
real    :: MAE  ! Mean Absolute Error
real    :: MAPE ! Mean Absolute Percentage Error
real    :: RMSE ! Root Mean Squared Error

About

Simple Forecasting Metrics Calculator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published