If I have a normal distribution $X\sim N(\mu, \sigma)$, but I want to truncate it at 0, so that for all values below 0, the density is equal to 0 (like the blue density on the left plot below):
The density would be the truncated normal distribution: https://en.wikipedia.org/wiki/Truncated_normal_distribution
I'm unsure how to calculate the pdf for the situation where $a=0$ and $b=\infty$.