rmse_bias_AB | R Documentation |
used for comparing truth and estimates
rmse_bias_AB(A, B)
A |
a matrix (e.g., truth) |
B |
another matrix (e.g., estimated); A and B must have the same dimensions; B's columns must have already been permuted to best match those of A. |
a list
root mean squared error for all entries
root mean squared error for all entries by column of A
percent bias averaged over all entries
percent bias by column of A
A <- matrix(c(1,2,3,4,5,6),nrow=2,ncol=3) B <- A rmse_bias_AB(A,B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.