rtnorm | R Documentation |
Samples from the Truncated Normal Distribution
rtnorm(n = 1, mean = 0, sd = 1, lower = -Inf, upper = Inf)
n |
integer: number of samples to be drawn |
mean |
vector of means |
sd |
vector of standard deviations |
lower |
left truncation point |
upper |
right truncation point |
vector
Jarrod Hadfield j.hadfield@ed.ac.uk
Robert, C.P. (1995) Statistics & Computing 5 121-125
rtnorm
hist(rtnorm(100, lower=-1, upper=1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.