Given the parameters of a normal distribution, how can I calculate the probabilities of a 2D point being generated by this distribution?

Viewed 11

For instance, if a normal distribution has a mean=(1.5,2) and a covariance matrix cov = (1 1
2 5)

how can I calculate the probabilities that a point p = (3,3) has been generated by the distribution above?

0 Answers
Related