dgp_trans: Generate translated bivariate normal data (with a certain...

Description Usage Arguments Value Author(s)

View source: R/dgp.r

Description

Generate translated bivariate normal data (with a certain mean and covariance matrix) compared to a zero mean distribution.

Usage

1
dgp_trans(n, mu, Sigma, v = c(0, 0))

Arguments

n

sample size.

mu

expectation, a vector of size two.

Sigma

covariance matrix.

v

translation 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_trans in bivquant...