cmpprocwt: COM Poisson Process Parameter Estimation

Description Usage Arguments Value Examples

View source: R/cmpprocwt.r

Description

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

Usage

1
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

1
2
3
## Standard use
data(floodcount)
cmpprocwt(.8 , mean(floodwait$WT))

diagdavenport/cmpprocess documentation built on Jan. 9, 2020, 3:52 p.m.