Filter löschen
Filter löschen

extracting a and b beta parameters from distribution fitter app

2 Ansichten (letzte 30 Tage)
sibabalo noludwwe
sibabalo noludwwe am 29 Mär. 2020
Bearbeitet: dpb am 29 Mär. 2020
so I used the distribution fitter app to find the best PDF for my data and i found the best fit to be the beta pdf. i then saved the pdf parameter to my workspace.
and when i exctract the parameters they come in this form:
Beta distribution
a = 0.488112 [0.385556, 0.617948]
b = 1.3023 [0.817649, 2.07421]
how can i only exctract a and b.

Akzeptierte Antwort

dpb
dpb am 29 Mär. 2020
Bearbeitet: dpb am 29 Mär. 2020
If your save object is mybetaObject then
myBetaObject.ParameterValues % both a, b
or
myBetaObject.a
myBetaObject.b
for each. Hard to glean from the doc if use the app; see the description of the fitted distribution objects throuth the fitdist doc link for each distribution.
  1 Kommentar
dpb
dpb am 29 Mär. 2020
OBTW...use tab completion at the command line after the object variable name to see the list of properties, procedures.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by