Description
Truncated Normal Distribution.
Description
Density, probability, quantile and random number generation functions for the truncated normal distribution.
README.md
truncnorm
R package implementing density, probability, quantile and random number generation functions for the truncated normal distribution.
Install from github
Run this in R to install the current GitHub version (requires the devtools
package):
library("devtools")
install_github("olafmersmann/truncnorm")