dgp_shear: Generate sheared bivariate normal data compared to a...

Description Usage Arguments Value Author(s)

View source: R/dgp.r

Description

Generate sheared bivariate normal data compared to a bivariate normal distribution with a certain mean and covariance matrix.

Usage

1
dgp_shear(n, mu, Sigma, v = c(1, 1))

Arguments

n

sample size.

mu

expectation, a vector of size two.

Sigma

covariance matrix.

v

shearing vector.

Value

a n\times 2 matrix of the data.

Author(s)

Nadja Klein.


bivquant documentation built on Aug. 28, 2019, 5:05 p.m.

Related to dgp_shear in bivquant...