Description Usage Arguments Value Examples
Part of the fit_[distribution]_[method] function series. Finds the lambda parameter of a poisson distribution that best matches the estimated mode. This function is trivial because lambda = mode, but was written for consistency purposes with the other fitting functions.
1  | fit_poisson_mode(estimated_mode_value = NULL, verbosity = NULL, ...)
 | 
estimated_mode_value | 
 the estimated mode of the unkwown distribution  | 
the lambda parameter of the poisson distribution that yields the estimated mode
1  | fit_poisson_lambda(estimated_mode = 17.35)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.