prediction_errors: Function working as testbench for comparison of Prediction...

Description Usage Arguments Value Examples

Description

Function working as testbench for comparison of Prediction algorithms

Usage

1
prediction_errors(dataIn, nextVal, errorParameter, MethodPath, MethodName)

Arguments

dataIn

as input time series for testing

nextVal

as an integer to decide number of values to predict

errorParameter

as type of error calculation (RMSE, MAE or MAPE)

MethodPath

as location of function for the proposed imputation method

MethodName

as name for function for the proposed imputation method

Value

Returns error comparison for imputation methods

Examples

1
2
# aa <- prediction_errors(nextVal = 10)
# aa

neerajdhanraj/PredictTestbench documentation built on May 23, 2019, 1:31 p.m.