Learn R Programming

cds (version 1.0.4)

trQnorm: 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

Pieter C. Schoonees