powered by
This functions simulates independent realizations from the Marshall-Olkin copula.
BiCopSim.MO(n, alpha)
number of samples
parameter of the Marshall-Olkin copula
an \(n \times 2\) matrix containing the samples
BiCopEst.MO for the estimation of Marshall-Olkin copulas.
BiCopEst.MO
# NOT RUN { # Simulation from a Marshall-Olkin copula with parameter alpha = 0.5 BiCopSim.MO(n = 100, alpha = 0.5) # }
Run the code above in your browser using DataLab