R/AICtoMW.R

Defines functions AICtoMW

Documented in AICtoMW

AICtoMW <- function(x){
  waics <- (exp(-.5 * x)) / (sum(exp(-.5 * x)))
  return(waics)
}
coleoguy/SAGA documentation built on May 13, 2019, 9:50 p.m.