# NOT RUN {
## Generate a random correlation matrix
d <- 50
L <- diag(1:d)
set.seed(271)
L[lower.tri(L)] <- runif(choose(d,2))
Sigma <- L
# }
# NOT RUN {
<!-- %*% t(L) # ... real, symmetric, positive definite (covariance) matrix Sigma -->
# }
# NOT RUN {
P <- cor(Sigma)
## Density of its lower triangular entries
matrix_density_plot(P)
# }
Run the code above in your browser using DataLab