View source: R/fit_distributions.R
| get_default_bounds | R Documentation |
Returns default lower or upper bounds for distribution parameters used in bounded optimization methods.
get_default_bounds(dist, bound_type, x, tol_param)
dist |
character string specifying the distribution. |
bound_type |
character string: "lower" or "upper". |
x |
numeric vector of data. |
tol_param |
numeric tolerance for parameter bounds. |
Numeric vector of parameter bounds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.