std error of probability distribution

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.

답변 (1개)

Hashem
Hashem 2023년 4월 4일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Fit Postprocessing에 대해 자세히 알아보기

질문:

2023년 4월 2일

답변:

2023년 4월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by