Generate rotated bivariate normal data compared to a bivariate normal distribution with a certain mean and covariance matrix.
dgp_rot(n, mu, Sigma, gamma = pi/4)
sample size.
expectation, a vector of size two.
covariance matrix.
angle of rotation in radients.
a \(n\times 2\) matrix of the data.