powered by
calculate the Coefficient of Determination, Root Mean Squared Error and the Mean Absolute Error between two series.
qwdap.eval(series1, series2)
Three indicators, the Coefficient of Determination, Root Mean Squared Error and Mean Absolute Error.
The series1.
The series2.
set.seed(1) res.eval <- qwdap.eval(rnorm(100,0,2),rnorm(100,0,1))
Run the code above in your browser using DataLab