Description Usage Arguments Value Examples
View source: R/estimators_for_one_parameter_distributions.R
Computes a robust estimate of the parameter of an Exponential random variable.
1 |
x |
A vector of univariate observations |
The estimated parameter of the exponential distribution
1 2 3 | x <- rexp(50,2)
rob_estimate_exp(x)
MASS::fitdistr(x,dens="exponential")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.