multiple populations in a single pole

2 Ansichten (letzte 30 Tage)
TADA
TADA am 16 Apr. 2019
Kommentiert: TADA am 23 Apr. 2019
I have histograms that most likely represent multiple populations.
If they distribute normally I know I can use curve fitting to fit a gaussian series.
Is there a way to resolve this with other distributions like weibull, or gamma?
  8 Kommentare
Walter Roberson
Walter Roberson am 23 Apr. 2019
An approach that might be plausible is to run a minimizer with enough parameters for one instance of the distribution to be fit. The objective function would use those parameters to predict values in the distribution along the independent variable, and would subtract those predicted values from the actual. Then run a fitdist() on what is left specifying the model, and getting back parameters. Use these second parameters together with the first to generate predicted sum of distribution, calculate sum of squares residue against actual data, return that as the objective function value.
TADA
TADA am 23 Apr. 2019
Can you point me in the right direction for how to address the minimization?
A link to the documentation or a name of a function/class would be perfect

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by