Python Forum

Full Version: inserting something into probability density
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,


I need to insert a vector X into the multivariate normal distribution (WIKI), and get its value.
I know that numpy offers sampling from this distribution, but can I also insert a vector and obtain the corresponding value?

If not, I will have to code the calculation up manually...


Best,

SL
Doesn't scipy.stat.multivariate_normal.pdf() answer the question?