trQnorm: Truncated Normal Quantiles

Description Usage Arguments Author(s)

View source: R/trQnorm.R

Description

Quantile function of the truncated normal distribution.

Usage

1
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


cds documentation built on May 2, 2019, 5:54 a.m.