We know that the value of PDF at a specific time (X = x) is 0 due to the nature of a distribution of a continuous variable.
However, I noticed that when I plug in some test numbers in NORM.DIST() in Excel with CUM = FALSE, it still gives a significant, non-zero answer.
=EXPON.DIST(15,1/20,FALSE)
O/P: 0.023618328
I looked up Microsoft's documentation to see if their formula has any continuity correction factor added (like, for above example, X=15 +/- 0.05) but that doesn't seem to be the case.
Can someone explain why this is the answer and not 0?