cmpprocwt {cmpprocess} | R Documentation |
cmpprocwt
computes the maximum likelihood estimates of a COM-Poisson process for given wait time data
cmpprocwt(dispersion, t)
dispersion |
Ratio between the mean and variance of the process |
t |
A vector (like object) of wait times |
cmpprocwt
will return a list of three elements: [1] lambda, [2] nu, and [3] convergence
## Standard use data(floodcount) cmpprocwt(.8 , mean(floodwait$WT))