mrrMSE | R Documentation |
This function calculates the multivariate root (relative) mean squared error for functions. For eigenfunctions, which are only defined up to a sign change, there is the option to flip the functions first if the flipped functions seems to be closer to the true function
mrrMSE(fun_true, fun_estim, flip = FALSE, relative = TRUE)
fun_true |
MultiFunData object containing the true functions. |
fun_estim |
MultiFunData object containing the estimated functions. |
flip |
Are the estimated functions to be flipped before calculating the mrrMSE? Defaults to FALSE. |
relative |
FALSE if the absolute MSE is to be computed. Defaults to the relative MSE (TRUE). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.