rkimball: Returns random deviates from the Kimball distribution

Description Usage Arguments Value Examples

Description

Returns random deviates from the Kimball distribution

Usage

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

Arguments

x

A value describing the desired number of random deviates (length of a vector)

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 vector or random deviates

Examples

1
rkimball(100, 8, 4, min=0)

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