Description Usage Arguments Value Examples
View source: R/prediction_errors.R
Function working as testbench for comparison of Prediction algorithms
1 | prediction_errors(dataIn, nextVal, errorParameter, MethodPath, MethodName)
|
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 |
Returns error comparison for imputation methods
1 2 | # aa <- prediction_errors(nextVal = 10)
# aa
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.