For continuous random variables, what is the probability of a specific point
0, you measure over a range not at a specific point
What does the Probability Density Function (PDF) represent
Density, not actual probility
How do you calculate a probability
Integrate the PDF over an interval e.g. -1 to 1
What is the Cumulative distribution function
F(x) = P(X <=x)
Probability that X is smaller than a set value
So the CDF is just the PDF from -infinity to a certain value. The cumulative probability up to a certain value
What are the 2 properties of the PDF
The values can’t be negative
The total area under the curve must be equal to 1
How do you calculate the probability between b and a
F(b) - F(a)