This idea popped in my head when I was reading this post on the normal distribution and the y-axis.
My question is (and taking advantage of a nearby computer), a PDF inputs one value and returns another, and this returned value is a probability. So, if we were using R, we'd do something like dnorm(0) and get 0.3989423. Fair enough.
However, the above post mentioned (all credit due to @Arkamis):
"By the fundamental theorem of calculus, the PDF is then the derivative of the CDF; that is, the PDF is the derivative of a function that returns a probability. So what is that intuitively? Honestly... it's not really anything. The "units" of the vertical axis in the PDF plot don't lead to anything intuitive; they are meaningful, but only in a derived, mathematical sense."
So, is the y-axis of a PDF returning a probability, or instead is it a mostly unintuitive construct?