Compute the sufficient statistics of an Poisson distribution from data
Source:R/Poisson.R
suff_stat.Poisson.Rd
Compute the sufficient statistics of an Poisson distribution from data
Usage
# S3 method for class 'Poisson'
suff_stat(d, x, ...)
Arguments
- d
An
Poisson
object created by a call toPoisson()
.- x
A vector of data.
- ...
Unused.