fit_poisson_mode: fit_poisson_mode

Description Usage Arguments Value Examples

Description

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.

Usage

1
fit_poisson_mode(estimated_mode_value = NULL, verbosity = NULL, ...)

Arguments

estimated_mode_value

the estimated mode of the unkwown distribution

Value

the lambda parameter of the poisson distribution that yields the estimated mode

Examples

1
fit_poisson_lambda(estimated_mode = 17.35)

daviddoret/GRCRToolkit documentation built on May 23, 2019, 7:31 a.m.