SciPy

prob140.Scatter_multivariate_normal

prob140.Scatter_multivariate_normal(mu, cov, n)[source]

Draws scatterplot for a trivariate normal distribution.

Parameters:
mu : array

Array of length 3 corresponding to the means.

cov : array

3x3 Covariance Matrix.

n : int

Number of points to plot.