
Fit a distribution
fit_dst.Rd
Fits a probability distribution by calling a specific `fit_dst_*()` function. Still a quick-and-dirty implementation.
Arguments
- x
Numeric vector to fit the distribution to.
- name
Name of the distribution, like `"norm"` or `"gev"`.
- method
Estimation method to use, like `"mle"` or `"lmom"`. For now, you'll have to look at the documentation of the specific fitting functions to see examples.
- ...
Other arguments to pass to the specific `fit_dst_*()` function.