powered by
cmpprocwt computes the maximum likelihood estimates of a COM-Poisson process for given wait time data
cmpprocwt
cmpprocwt(dispersion, t)
Ratio between the mean and variance of the process
A vector (like object) of wait times
cmpprocwt will return a list of three elements: [1] lambda, [2] nu, and [3] convergence
# NOT RUN { ## Standard use data(floodcount) cmpprocwt(.8 , mean(floodwait$WT)) # }
Run the code above in your browser using DataLab