R/rmse.R

Defines functions rmse

#' rmse
#' to be documented
#' @usage rmse(err)
#' @param err to be documented
#' @noRd
#' @return to be documented
rmse<-function(err) sqrt(mean(err^2))

Try the mgwrsar package in your browser

Any scripts or data that you put into this service are public.

mgwrsar documentation built on April 4, 2025, 3:13 a.m.