pkimball: Returns the probability density function

Description Usage Arguments Value Examples

Description

Returns the probability density function

Usage

1
pkimball(x, S, L, min = 0)

Arguments

x

A positive numerical input vector requiring evaluation

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.

Value

A numerical result of length x.

Examples

1
pkimball(3, 8, 4, min=0)

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