Learn R Programming

The Distribution of Distances Between Discrete Events in Fixed Time

Installation

# Install release version from CRAN  
install.packages("fixedTimeEvents")  
# Install development version from GitHub  
devtools::install_github("khliland/fixedTimeEvents")

Contents

  • Liland distribution
    • Probability mass function
    • Cummulative distribution function
    • Quantile function
    • Random number
  • Liland moments
    • Mean and variance
  • Liland testing
    • Testing
    • Critical value
    • Power
  • Liland simulation
    • Three different simulations of Liland distributed numbers

Copy Link

Version

Install

install.packages('fixedTimeEvents')

Monthly Downloads

186

Version

1.0.1

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Last Published

January 4th, 2022

Functions in fixedTimeEvents (1.0.1)

Liland

Properties of the Liland distribution
Liland.test

A test for over represented short distances in the Liland distribution.
NA2NaN

Translation of values from NA (not available) to NaN (not a number)
dLiland

The distribution of distances between discrete events in fixed time/space (the Liland distribution)
simLiland

Simulations for the Liland distribution.
validate.Rr

Validation of Liland distribution parameters.
facL

Approximated logarithm of factorials
rrLiland

Random Bernoulli trials for Liland distributed mean numbers.