R/mi_gaussian.R

Defines functions mi.gaussian

mi.gaussian <- function(rho){
  #rho <- copula@parameters
  mi <- (-1/2) * log(1 - rho^2)
  return(mi)
}

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.