odds.Rd
Access a distribution's odds function. The odds of an event having
probability p
is p / (1 - p)
.
eval_odds(distribution, at)
enframe_odds(..., at, arg_name = ".arg", fn_prefix = "odds", sep = "_")
A distribution, or possibly multiple
distributions in the case of ...
.
Vector of values to evaluate the cdf at. Must be named when using
in enframe_
.
A distribution, or possibly multiple
distributions in the case of ...
.
For enframe_
, name of the column containing
the function arguments.
For enframe_
, name of the function to
appear in the column(s).
When enframe
'ing more than one distribution, the
character that will be separating the fn_name
and the distribution name.
The evaluated odds in vector form (for eval_
) and data frame
or tibble form (for enframe_
).
Other distributional representations:
eval_cdf()
,
eval_chf()
,
eval_density()
,
eval_hazard()
,
eval_pmf()
,
eval_quantile()
,
eval_return()
,
eval_survival()