R/sfmx.R

Defines functions sfmx

sfmx <- function(x){
  f <- exp(x - max(x)) / (sum (exp(x - max(x))) )
  return(f)
}

Try the MLCOPULA package in your browser

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

MLCOPULA documentation built on Oct. 24, 2024, 1:06 a.m.