EPPMprob {CountsEPPM} | R Documentation |
Calculation of vector of probabilities for a extended Poisson process model (EPPM).
Description
Calculates a vector of probabilities given a vector of rates vlambda using the matrix exponential function from Bates and Maechler (2012).
Usage
EPPMprob(vlambda)
Arguments
vlambda |
vlambda is a vector of rates of an extended Poisson process. |
Value
The value returned is a vector of probabilities.
Author(s)
David M. Smith <dmccsmith@verizon.net>
References
Bates D, Maechler M (2023). Matrix: Sparse and Dense Matrix Classes and Methods. R package version 1.6-4, https://CRAN.R-project.org/package=Matrix.
[Package CountsEPPM version 3.1 Index]