Guest User

Untitled

a guest
Oct 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. samps <- replicate(n, runif(d,a,b)) # draw samples
  2. cov(t(samps)) # get the sample covariance matrix
Add Comment
Please, Sign In to add comment