Learn R Programming

bvpa (version 1.0.0)

rbb.bvpa: Simulate from a Block-Basu Bivariate Pareto (BBBVPA) distribution

Description

Produces one or more samples from the specified BBBVPA distribution.

Usage

rbb.bvpa(n, mu1, mu2, sig1, sig2, alp0, alp1, alp2)

Value

numeric matrix.

Arguments

n

number of observations.

mu1

value of \(\mu_1\)

mu2

value of \(\mu_2\)

sig1

value of \(\sigma_1\)

sig2

value of \(\sigma_2\)

alp0

value of \(\alpha_0\)

alp1

value of \(\alpha_1\)

alp2

value of \(\alpha_2\)

Author

Biplab Paul <paul.biplab497@gmail.com> and Arabin Kumar Dey <arabin@iitg.ac.in>

Examples

Run this code
cor(rbb.bvpa(500, 0.1, 0.1, 0.8, 0.8, 2.0, 0.4, 0.5))

Run the code above in your browser using DataLab