qkimball: Returns the value of x for a specified quantile

Description Usage Arguments Value Examples

Description

Returns the value of x for a specified quantile

Usage

1
qkimball(p, S, L, min = 0, precision = 1e-04)

Arguments

p

A vector of one or more probilities all lying between 0 and 1

S

A parameter for the maximum of the truncated normal distribution. Must be positive.

L

Mean parameter. Must be positive.

min

A parameter for the minimum of the truncated normal distribution. Must be positive. Default is zero.

precision

The numerical precision of the quantile. Default is accurate to within .0001

Value

value of x at the p quantile

Examples

1
qkimball(.4, 8, 4, min=0, precision=.0001)

JohnsonBrent/kimball documentation built on May 23, 2019, 1:25 p.m.