get_mae: get MAE score result

Description Usage Arguments Details Value Examples

View source: R/get_mae.R

Description

get MAE score result

Usage

1
get_mae(pred, original)

Arguments

pred

prediction result from any model

original

original value at given period

Details

this will give rmse calculated score and this automatically handles the different window size of input data

Value

MAE score

Examples

1
mae= get_mae(pred,original)

seungbochoi/private_Rpackage documentation built on May 17, 2019, 12:12 a.m.