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.
