"Doing Math with Python: Use Programming to Explore Algebra, Statistics, Calculus, and More!" in chapter 7 says
A probability density function, P(x), expresses the probability of the value of a random variable being close to x, an arbitrary value.
Is it true? the pdf is just close to?
Is it reasonable to view this close as some kind of approximation? Is probability density function is precise or approximation?
I didn't see any indication of close in wikipedia on probability density function.
Consider the PDF of the standard normal distribution, $\varphi(x) = \frac{1}{\sqrt{2\pi}} e^{-x^2/2}$ at point $x = 0$, is equal to $\varphi(x) = \frac{1}{\sqrt{2\pi}}$.
Is the value of $\frac{1}{\sqrt{2\pi}}$ a precise or approximate value of the PDF of the standard normal distribution at point $x = 0$?