trQnorm: Truncated Normal Quantiles

View source: R/trQnorm.R

trQnormR 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


cds documentation built on April 16, 2025, 1:10 a.m.