poiscpdf {CopulaGAMM} | R Documentation |
Poisson cdf/pdf and ders
Description
This function computes the cdf, pdf, and associated derivatives
Usage
poiscpdf(z, th)
Arguments
z |
vector of responses |
th |
values of lambda >0 |
Value
out |
Matrix of conditional cdf, derivative with respect to parameter, pdf, |
Author(s)
Pavel Krupskii and Bruno N. Remillard, January 20, 2022
Examples
out = poiscpdf(0,2.5)
[Package CopulaGAMM version 0.4.1 Index]