View source: R/fit_distributions.R
| get_start_values | R Documentation |
Computes reasonable starting values for optimization based on sample moments and distribution-specific heuristics.
get_start_values(x, dist, tol_param)
x |
numeric vector of sorted data. |
dist |
character string specifying the distribution. |
tol_param |
numeric tolerance for parameter bounds. |
Numeric vector of starting parameter values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.