Skip to contents

Fit an Poisson distribution to data

Usage

# S3 method for Poisson
fit_mle(d, x, ...)

Arguments

d

An Poisson object created by a call to Poisson().

x

A vector of data.

...

Unused.

Value

An Poisson object.