.convert_summary_stats_geom {epiparameter} | R Documentation |
Convert summary statistics to parameters of the geometric distribution
Description
Convert summary statistics of the geometric
distribution the parameter (prob
) of the geometric distribution.
Usage
.convert_summary_stats_geom(...)
Arguments
... |
< |
Details
This conversion function assumes that distribution represents the
number of failures before the first success (supported for zero). This is
the same form as used by base R and distributional::dist_geometric()
.
Value
A list of one element, the probability parameter.
[Package epiparameter version 0.4.1 Index]