[Numpy-discussion] Re: feature request: N-D Gaussian function (not random distribution)

2024-07-20 Thread Dom Grigonis
For statistics functions there is `scipy` package. If you are referring to pdf of n-dimensional gaussian distribution, `scipy.stats.multivariate_normal.pdf` should do the trick. If you are referring to something else, then a bit of clarification would be helpful. Regards, dg > On 20 Jul 2024,

[Numpy-discussion] feature request: N-D Gaussian function (not random distribution)

2024-07-20 Thread tomnewtonnew
Hello, Apologies if either (a) this is the wrong place to post this or (b) this functionality already exists and I didn't manage to find it. I have found myself many times in the past wishing that some sort of N-D Gaussian function exists in NumPy. For example, when I wish to test that some pl