Learn R Programming

BinaryEPPM (version 3.0)

EPPMprob: Calculation of vector of probabilities for a extended Poisson process model (EPPM).

Description

Calculates a vector of probabilities given a vector of rates using the matrix exponential function from Maechler, Dutang, Goulet, Bates, Firth (2023).

Usage

EPPMprob(vlambda)

Value

The value returned is a vector of probabilities.

Arguments

vlambda

a vector of rates of an extended Poisson process.

Author

David M. Smith <dmccsmith@verizon.net>

Details

This is a similar function to that in Smith and Faddy (2014).

References

Maechler M, Dutang C, Goulet V, Bates D, Firth D. (2023). expm: Matrix Exponential. R package version 0.999-8, https://CRAN.R-project.org/package=expm.

Smith D, Faddy M (2014). CountsEPPM: Mean and Variance Modeling of Count Data. R package version 2.0, https://CRAN.R-project.org/package=CountsEPPM.