Description Usage Arguments Details Value Author(s)
Relative mean squared error averaged acorss simulations
1 | rel_mse(obs, pred)
|
obs |
observed vector T X 1 |
pred |
matrix of predicted observations. Each column is a simulation. T X N where N is the number of simulations. |
Relative average mean square error is
∑_{i = 1}^{N}{(obs - pred)^2} / N * (obs + 1)^2
We add 1 to the observed vector to avoid dividing by 0.
error T X 1. Each entry is the error averaged across the simulations
Sangeeta Bhatia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.