Python | Numpy np.multivariate_normal() method
With the help of np.multivariate_normal() method, we can get the array of multivariate normal values by using np.multivariate_normal() method. Syntax : np.multivariate_normal(mean, matrix, size) Return : Return the array of multivariate normal values. Example #1 : In this example we can see that by