Liland {fixedTimeEvents}R Documentation

Properties of the Liland distribution

Description

Calculates the mean and variance of the Liland distribution according to the number of trials and successes.

Usage

Liland(R, r)

Arguments

R

number of trials.

r

number of successes.

Value

Returns a named vector containing the mean and variance of the Liland distribution.

Author(s)

Kristian Hovde Liland

References

Liland, KH & Snipen, L, FixedTimeEvents: An R package for the distribution of distances between discrete events in fixed time, SoftwareX, in press.

See Also

dLiland, Liland.test, simLiland

Examples

Liland(R = 1949, r = 162)

[Package fixedTimeEvents version 1.0.1 Index]