terciles of a distribution

10 views (last 30 days)
Danielle Leblance
Danielle Leblance on 22 Oct 2018
Answered: the cyclist on 22 Oct 2018
Hi,
A is a 10000 x1 vector of numbers. I want to transform the vector to a vector of only 3 values: 1 , 2 , 3 where 1 refers to the lowest Tercile, 3 refers to the upper Tercile ans 2 to the observations in the middle. How can I do the transformation?
Best, Wassim

Accepted Answer

the cyclist
the cyclist on 22 Oct 2018
Use the quantile command.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!