Lost shoes {DDPM}R Documentation

The data show the frequancy distribution of lost shoes at a Museum gate

Description

The function gives the frequancy distribution of lost shoes at a Museum gate.

Usage

data_lost

Arguments

data_lost

A vector of (non-negative integer) count values.

Details

The data show the frequancy distribution of lost shoes at a Museum gate. They were used by Chandra and Ghosh (2013) and fitted by the generalized Poisson distribution.

Value

data_lost gives the frequancy distribution of lost shoes at a Museum gate.

Author(s)

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

References

Chandra, N. K., Roy, D., & Ghosh, T. (2013). A generalized Poisson distribution. Communications in Statistics-Theory and Methods, 42(15), 2786-2797.

Examples

x<-data_lost
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]