multiple populations in a single pole

2 ビュー (過去 30 日間)
TADA
TADA 2019 年 4 月 16 日
コメント済み: TADA 2019 年 4 月 23 日
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 件のコメント
Walter Roberson
Walter Roberson 2019 年 4 月 23 日
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 2019 年 4 月 23 日
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

サインインしてコメントする。

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by