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