0

The Probability of a particular outcome is always zero, but Scipy's norm.pdf() function returns the probability value of a particular event.

For example onlinestatbook.com/2/calculators/normal_dist.html in this link, we are not allowed to check the probability of a certain value or certain outcome it allows only range of values. because it's always 0 as per the definition. But why scipy norm.pdf function returns the probability.

st.norm.pdf(10,12, 5) = 0.07365402806066466.

How come it didn't return 0, did I make any logical error? Could anyone help me?

0 Answers0