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?
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?