std error of probability distribution

1 view (last 30 days)
Hashem
Hashem on 2 Apr 2023
Answered: Hashem on 4 Apr 2023
Hi friends,
When I use the Distribution fitting tool I obtain the Std. Err. But I can not obtain these values in the command window!
I do appreciate any help or suggestion.

Answers (1)

Hashem
Hashem on 4 Apr 2023
Hi friends,
I found my answer!
asume 'a' is your vector you wanna fit a probabilty distribution on it.
in command window you can write:
pd=fitdist(a','normal')
se = sqrt(diag(pd.ParameterCovariance))
you can check other ditribution fit error by changing normal then compare thier se.

Community Treasure Hunt

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

Start Hunting!