dgp_rot: Generate rotated bivariate normal data compared to a...

Description Usage Arguments Value Author(s)

View source: R/dgp.r

Description

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

Usage

1
dgp_rot(n, mu, Sigma, gamma = pi/4)

Arguments

n

sample size.

mu

expectation, a vector of size two.

Sigma

covariance matrix.

gamma

angle of rotation in radients.

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_rot in bivquant...