Effacer les filtres
Effacer les filtres

Any alternative to "quantile" function?

9 vues (au cours des 30 derniers jours)
Meshooo
Meshooo le 14 Jan 2016
Commenté : Meshooo le 18 Jan 2016
Dear all,
I want to run a software that requires the quantile function from the Statistics and Machine Learning Toolbox.
I only have the image processing toolbox. Is there any alternative way or function to the quantile function?
Meshoo

Réponse acceptée

Walter Roberson
Walter Roberson le 14 Jan 2016
The crude method would be to sort() the data, and divide up the resulting vector into equal chunks and look at the values there to determine appropriate boundaries.
This obviously has difficulties with duplicate entries that happen to fall at the boundaries. I have no idea how that is normally dealt with. Consider for example that bimodal distributions (only two distinct values) cannot be divided up into distinct quartiles, and even if you toss in a small number of other values so that you have at least as many distinct values as quantiles, clearly you cannot promise that you will get bins of the same width.
But sort and divide up might be good enough for your purposes.
  1 commentaire
Meshooo
Meshooo le 18 Jan 2016
Thank you very much.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by