Hi there,
I am studying a lecture note on Monte Carlo integration method as I need it for a project I'm working on.
Up until now I thought I know what a PDF is, but I'm confused by the lecture notes right now.
The notes state that if p(x) is a PDF, it has the following properties:
1) it is always non-negative:
2) It is normalized; meaning that its integral over the interval of real numbers should exactly be equal to 1
The above properties tell me that each individual value of p(x) must be less than 1, if their integral over negative infinity to positive infinity is exactly 1. (correct me if I'm wrong)
Now here is the confusing part:
"... the probability density function describes the relative likelihood of a random variable (or event) having a certain value. For instance, if p(x1) = 10 and p(x2) = 100 , then the random variable with the PDF p is ten times more likely to have a value near x1 than near x2 ..."
How can we have p(x1) = 100, when the summation of all the possible p(x) values must be equal to 1? (property number 2)
I also don't get the part where it says x1 is ten times more likely than x2... shouldn't it be the other way around?
Thanks for your help