R/AICtoMW.R

Defines functions AICtoMW

Documented in AICtoMW

AICtoMW <- function(x){
  waics <- (exp(-.5 * x)) / (sum(exp(-.5 * x)))
  return(waics)
}

Try the SAGA package in your browser

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

SAGA documentation built on May 30, 2017, 6:42 a.m.