mi_estimate_poisson: Computes a robust estimate of the parameter of a Poisson...

Description Usage Arguments Value Examples

View source: R/estimators_for_one_parameter_distributions.R

Description

Computes a robust estimate of the parameter of a Poisson random variable.

Usage

1

Arguments

x

A vector of univariate observations

Value

The estimated parameter of the Poisson distribution

Examples

1
2
3
  x <- rpois(100,0.2)
  mi_estimate_poisson(x)
  MASS::fitdistr(x, dens="Poisson")

mvaldora/robuni documentation built on Nov. 4, 2019, 8:32 p.m.