[Matplotlib-users] bivariate normal distribution function buggy?

2006-07-09 Thread Faheem Mitha
Hi, I think the bivariate normal probability distribution function implementation in Matplotlib is buggy. See the example code below, and note that the change in the x directions and the y directions is not uniform as it should be. The implementation (in mlab.py) is appended.

Re: [Matplotlib-users] bivariate normal distribution function buggy?

2006-07-09 Thread Michael Fitzgerald
Hello, It looks like there are a couple of typos in the equations used in the function. On Friday 07 July 2006 12:17, Faheem Mitha wrote: I think the bivariate normal probability distribution function implementation in Matplotlib is buggy. See the example code below, and note that the