fit_marginalPoisson {trawl} | R Documentation |
Fits a Poisson distribution as marginal law
Description
Fits a Poisson distribution as marginal law
Usage
fit_marginalPoisson(x, LM, plotdiag = FALSE)
Arguments
x |
vector of equidistant time series data |
LM |
Lebesgue measure of the estimated trawl |
plotdiag |
binary variable specifying whether or not diagnostic plots should be provided |
Details
The moment estimator for the Poisson rate parameter is given by
\hat v = \mbox{E}(X)/\widehat{ \mbox{LM}}.
Value
v: the rate parameter in the Poisson marginal distribution
[Package trawl version 0.2.2 Index]