[Numpy-discussion] pdf for multivariate normal function?

2009-07-23 Thread per freem
hi all, i'm trying to find the function for the pdf of a multivariate normal pdf. i know that the function multivariate_normal can be used to sample from the multivariate normal distribution, but i just want to get the pdf for a given vector of means and a covariance matrix. is there a function

Re: [Numpy-discussion] pdf for multivariate normal function?

2009-07-23 Thread Charles R Harris
On Thu, Jul 23, 2009 at 7:14 AM, per freem perfr...@gmail.com wrote: hi all, i'm trying to find the function for the pdf of a multivariate normal pdf. i know that the function multivariate_normal can be used to sample from the multivariate normal distribution, but i just want to get the pdf

Re: [Numpy-discussion] pdf for multivariate normal function?

2009-07-23 Thread Andrew Jaffe
Hi, Charles R Harris wrote: On Thu, Jul 23, 2009 at 7:14 AM, per freem perfr...@gmail.com mailto:perfr...@gmail.com wrote: i'm trying to find the function for the pdf of a multivariate normal pdf. i know that the function multivariate_normal can be used to sample from the

Re: [Numpy-discussion] pdf for multivariate normal function?

2009-07-23 Thread David Cournapeau
per freem wrote: hi all, i'm trying to find the function for the pdf of a multivariate normal pdf. i know that the function multivariate_normal can be used to sample from the multivariate normal distribution, but i just want to get the pdf for a given vector of means and a covariance matrix.