mode_gamma_fwd_rev | R Documentation |
calculates mode for a given gamma distribution fit, as produced by fit_gamma_fwd_rev(). If that function failed, fallback is what to return if that function instead (as a passthrough).
mode_gamma_fwd_rev(fit, fallback)
fit |
object returned by fit_gamma_fwd_rev(). |
fallback |
anything. what to return if fit failed. |
either a single value (a mode), or fallback.
John L. Darcy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.