I am confused about the difference between the prior/posterior density and distribution. In my lecture notes the posterior density is:
$$ f(\theta | x_1, \ldots, x_n) = \frac{f(\theta) L(\theta)}{\int f(s)L(s)ds}, $$
where $L$ is the likelihood function and the prior density is $f(\theta)$.
But my notes also say that the posterior distribution is the same as above, with the prior distribution being $f(\theta)$.
So is the prior/posterior distribution and density calculated the same way? Are they the same thing? If not, can someone elaborate on this a bit?