Convert summary statistics of the geometric
distribution the parameter (prob) of the geometric distribution.
.convert_summary_stats_geom(...)A list of one element, the probability parameter.
<dynamic-dots> Numeric named summary
statistics used to convert to parameter(s). An example is the mean
and sd summary statistics for the lognormal (lnorm) distribution.
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().