Learn R Programming

MMDCopula (version 0.2.1)

BiCopSim.MO: Simulation of Marshall-Olkin copula

Description

This functions simulates independent realizations from the Marshall-Olkin copula.

Usage

BiCopSim.MO(n, alpha)

Arguments

n

number of samples

alpha

parameter of the Marshall-Olkin copula

Value

an \(n \times 2\) matrix containing the samples

See Also

BiCopEst.MO for the estimation of Marshall-Olkin copulas.

Examples

Run this code
# 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