rob_estimate_exp: Computes a robust estimate of the parameter of an Exponential...

Description Usage Arguments Value Examples

View source: R/estimators_for_one_parameter_distributions.R

Description

Computes a robust estimate of the parameter of an Exponential random variable.

Usage

1

Arguments

x

A vector of univariate observations

Value

The estimated parameter of the exponential distribution

Examples

1
2
3
  x <- rexp(50,2)
  rob_estimate_exp(x)
  MASS::fitdistr(x,dens="exponential")

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