boutsCDF {diveMove} | R Documentation |
Estimated cumulative frequency for two- or three-process Poisson mixture models
Description
Estimated cumulative frequency for two- or three-process Poisson mixture models
Usage
boutsCDF(x, p, lambdas)
Arguments
x |
numeric vector described by model. |
p |
numeric scalar or vector of proportion parameters. |
lambdas |
numeric vector of rate parameters. |
Value
numeric vector with cumulative frequency.
Author(s)
Sebastian P. Luque spluque@gmail.com
Examples
utils::example("rmixexp", package="diveMove", ask=FALSE)
## boutsCDF(rndprocs3, p=p_true, lambdas=lda_true)
[Package diveMove version 1.6.2 Index]