trQnorm {cds} | R Documentation |
Truncated Normal Quantiles
Description
Quantile function of the truncated normal distribution.
Usage
trQnorm(p, mean = 1, sd = 1, a = 0, b = 1)
Arguments
p |
Vector of probabilities. |
mean |
The mean of the distribution. |
sd |
The standard deviation. |
a |
Lower truncation point. |
b |
Upper truncation point. |
Author(s)
Pieter C. Schoonees
[Package cds version 1.0.3 Index]