MATLAB: Is the estimated distribution truncanted

distribution fittingStatistics and Machine Learning Toolbox

Hi all,
I'm trying to fit some data with a distribution. I have used a Weibull distribution to fit the data and I used the distribution fitting tooolbox. Here you can see the computed distribution:
What is wierd to me is that the fitted distribution is truncated, it doesn't have any asymptotic behaviour. Why does it happen?
thanks
cheers
Pietro

Best Answer

MATLAB does the extremely commendable action of not extrapolating beyond the region of fit.
Related Question