Learn R Programming

cmpprocess (version 1.1)

cmpprocwt: COM Poisson Process Parameter Estimation

Description

cmpprocwt computes the maximum likelihood estimates of a COM-Poisson process for given wait time data

Usage

cmpprocwt(dispersion, t)

Arguments

dispersion

Ratio between the mean and variance of the process

t

A vector (like object) of wait times

Value

cmpprocwt will return a list of three elements: [1] lambda, [2] nu, and [3] convergence

Examples

Run this code
# NOT RUN {
## Standard use
data(floodcount)
cmpprocwt(.8 , mean(floodwait$WT))

# }

Run the code above in your browser using DataLab