SciPy

prob140.Plot_bivariate_normal

prob140.Plot_bivariate_normal(mu, cov, **kwargs)[source]

Plots the density of a bivariate normal distribution.

Parameters:
mu : array

Array of length 2 for mean.

cov : array

Covariance matrix of dimension 2x2.