R/MAE.R

Defines functions mae

Documented in mae

#' Mean Absolute Error
#' 
#' See \code{hydroGOF::\link[hydroGOF]{mae}} for more information.
#' 
#' @importFrom hydroGOF mae mae.default mae.data.frame mae.matrix mae.zoo
#' @export
mae <- function(sim, obs, ...){
  hydroGOF::mae(sim, obs, ...)
}
rogiersbart/rtoolz documentation built on Aug. 20, 2020, 2:48 p.m.