Q-Q Plot versus a Student-t distribution
Afficher commentaires plus anciens
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
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."
Catégories
En savoir plus sur Student's t Distribution dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!