rob_estimate_geom: Computes a robust estimate of the parameter of a geometric...

Description Usage Arguments Value Examples

View source: R/estimators_for_one_parameter_distributions.R

Description

Computes a robust estimate of the parameter of a geometric random variable Y

Usage

1

Arguments

x

A vector of univariate observations

Value

The estimated parameter of the Poisson distribution

Examples

1
2
3
  x <- rgeom(50,1/2)
  rob_estimate_geom(x)
  MASS::fitdistr(x,dens="geometric")

mvaldora/robustr documentation built on Nov. 4, 2019, 8:33 p.m.