powered by
r successes are drawn from R trials. This is repeated n times to produce a random vector of mean Liland distributed numbers.
rrLiland(n, R, r)
number of repeated samples.
number of Bernoulli trials.
number of successes per sample.
Vector of mean distance between successful events.
Liland, KH & Snipen, L, FixedTimeEvents: An R package for the distribution of distances between discrete events in fixed time, SoftwareX 5 (2016).
dLiland, Liland, Liland.test, simLiland
dLiland
Liland
Liland.test
simLiland
# NOT RUN { mdist <- rrLiland(1000, 25, 7) plot(density(mdist)) # }
Run the code above in your browser using DataLab