Liland: Properties of the Liland distribution

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/liland.R

Description

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

Usage

1
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

1
Liland(R = 1949, r = 162)

fixedTimeEvents documentation built on Jan. 4, 2022, 5:09 p.m.