View source: R/distribution_generics.R
fit_dist_start.MixtureDistribution | 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.