R/BiCopSim.R

Defines functions BiCopSim

Documented in BiCopSim

BiCopSim <- function(N, family, par, par2 = 0) {
  
  return(CDVineSim(N, family, par, par2, 1))
  
} 

Try the CDVine package in your browser

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

CDVine documentation built on May 2, 2019, 9:28 a.m.