BiCopSim.MO {MMDCopula} | R Documentation |
This functions simulates independent realizations from the Marshall-Olkin copula.
BiCopSim.MO(n, alpha)
n |
number of samples |
alpha |
parameter of the Marshall-Olkin copula |
an n \times 2
matrix containing the samples
BiCopEst.MO
for the estimation of
Marshall-Olkin copulas.
# Simulation from a Marshall-Olkin copula with parameter alpha = 0.5
BiCopSim.MO(n = 100, alpha = 0.5)