qwdap.eval | R Documentation |
calculate the Coefficient of Determination, Root Mean Squared Error and the Mean Absolute Error between two series.
qwdap.eval(series1, series2)
series1 |
The series1. |
series2 |
The series2. |
Three indicators, the Coefficient of Determination, Root Mean Squared Error and Mean Absolute Error.
set.seed(1)
res.eval <- qwdap.eval(rnorm(100,0,2),rnorm(100,0,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.