View source: R/fit_distributions.R
| fit_moments | R Documentation |
Estimates distribution parameters using the classical method of moments, matching sample moments to theoretical moments.
fit_moments(x, dist, tol_param)
x |
numeric vector of sorted data. |
dist |
character string specifying the distribution. |
tol_param |
numeric tolerance for parameter bounds. |
A list containing parameter estimates and placeholder values for other components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.