Death notice {DDPM}R Documentation

The data show the number of death notices for women who are 80 years of age or older

Description

The function gives the number of death notices for women who are 80 years of age or older.

Usage

data_death

Arguments

data_death

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

Details

The data show the number of death notices for women who are 80 years of age or older, appearing in the London Times on each day for three consecutive years. Recently, they were used by Zhang et al. (2016) and fitted by the zero-and-one inflated Poisson distribution.

Value

data_death gives the number of death notices for women who are 80 years of age or older.

Author(s)

Muhammad Imran

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

References

Zhang, C., Tian, G. L., & Ng, K. W. (2016). Properties of the zero-and-one inflated Poisson distribution and likelihood-based inference methods. Statistics and its Interface, 9(1), 11-32.

Gupta, P. L., Gupta, R. C., & Tripathi, R. C. (1996). Analysis of zero-adjusted count data. Computational Statistics & Data Analysis, 23(2), 207-218.

Hasselblad, V. (1969). Estimation of finite mixtures of distributions from the exponential family. Journal of the American Statistical Association, 64(328), 1459-1471.

Schilling, W. (1947). A frequency distribution is represented as the sum of two Poisson distributions. Journal of the American Statistical Association, 42(239), 407-424.

Examples

x<-data_death
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]