fit_dist_start.MixtureDistribution {reservr} | R Documentation |
Find starting values for distribution parameters
## S3 method for class 'MixtureDistribution'
fit_dist_start(dist, obs, dists_start = NULL, ...)
fit_dist_start(dist, obs, ...)
dist |
A |
obs |
Observations to fit to. |
dists_start |
List of initial parameters for all component
distributions. If left empty, initialisation will be automatically performed
using |
... |
Additional arguments for the initialisation procedure |
A list of initial parameters suitable for passing to fit_dist()
.
fit_dist_start(dist_exponential(), rexp(100))