olafmersmann / truncnorm

Density, probability, quantile and random number generation functions for the truncated normal distribution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")

CRAN Status Badge CRAN Downloads

About

Density, probability, quantile and random number generation functions for the truncated normal distribution.


Languages

Language:C 74.3%Language:R 25.7%