Why there is no Student's t fitting function?

Hello, I'm trying to fit a Student's t distribution to the data (and get the number of degrees of freedom) but there is no function. For the normal distribution there is normfit, for example. Why isn't there an equivalent for the t distribution?
Thanks.

 Accepted Answer

I believe you can do this with the fitdist() function, using the 'tlocationscale' distribution.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!