Q-Q Plot versus a Student-t distribution

Hi, How can I perform a Q-Q Plot versus a Student-t distribution with let's say 15 degrees of freedom instead of normal distribution in Matlab? Thank you. Jacqueline

Réponses (1)

Oleg Komarov
Oleg Komarov le 6 Juil 2011

0 votes

From the documentation of the qqplot:
" qqplot(X,PD) makes an empirical quantile-quantile plot of the quantiles of the data in the vector X versus the quantiles of the distribution specified by PD, a ProbDist object of the ProbDistUnivParam class or ProbDistUnivKernel class."
To create PD: probdistunivparam

Community Treasure Hunt

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

Start Hunting!

Translated by