rnorm_bounded {dyngen} | R Documentation |
A bounded version of rnorm
Description
A bounded version of rnorm
Usage
rnorm_bounded(n, mean = 0, sd = 1, min = -Inf, max = Inf)
Arguments
n |
number of observations. If |
mean |
vector of means. |
sd |
vector of standard deviations. |
min |
lower limits of the distribution. |
max |
upper limits of the distribution. |
Value
Generates values with rnorm, bounded by [min, max]
Examples
rnorm_bounded(10)
[Package dyngen version 1.0.5 Index]