Bump version number
R package implementing density, probability, quantile and random number generation functions for the truncated normal distribution.
Run this in R to install the current GitHub version (requires the devtools package):
devtools
library("devtools") install_github("olafmersmann/truncnorm")
用于截断正态分布计算与采样的 R 包。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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
devtoolspackage):