Description Usage Arguments Value Examples
Function to append new methods in the study
1 | append_(object, Method, MethodName, ePara, ePara_name)
|
object |
as output of 'prediction_errors()' function |
Method |
as the list of locations of function for the proposed prediction method |
MethodName |
as list of names for function for the proposed prediction method in order |
ePara |
as type of error calculation (RMSE and MAE are default), add an error parameter of your choice in the following manner: ePara = c("errorparametername") where errorparametername is should be a source/function which returns desired error set |
ePara_name |
as list of names of error parameters passed in order |
Returns error comparison for additional forecasting methods
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.