Description Usage Arguments Value Examples
View source: R/estimators_for_one_parameter_distributions.R
Computes a robust estimate of the probability of success of a binomial random variable Y with known n
1 | rob_estimate_binom(x, n)
|
x |
A vector of univariate observations |
n |
An positive integer |
The estimated parameter of the Poisson distribution
1 2 3 4 | n<-3
x <- rbinom(20,n,0.1)
rob_estimate_binom(x,n)
mean(x)/n
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.