dgp_scale: Generate scaled bivariate normal data compared to a bivariate...

Description Usage Arguments Value Author(s)

View source: R/dgp.r

Description

Generate scaled bivariate normal data compared to a bivariate normal distribution with unit marginal variances.

Usage

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

Arguments

n

sample size.

mu

expectation, a vector of size two.

Sigma

covariance matrix.

v

scaling 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_scale in bivquant...