Advertisement
Guest User

covariance

a guest
Jan 28th, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import numpy as np
  2. import matplotlib.pyplot as plt
  3. from numpy.random import random
  4.  
  5. N=1500
  6. mean1=[6,14]
  7. mean2=[10,6]
  8. mean3=[14,14]
  9. cov=[[3.5,0],[0,3.5]] #diagonal covariance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement