Aside: Moving from Android to iOS is possible using Watoi although it is highly convoluted. https://apple.stackexchange.com/a/307596/364945
```To calculate the 10th percentile, let’s say we have 10,000 values. We take all of the values, order them from largest to smallest, and identify the 1001st value (where 1000 or 10% of the values are below it), which…
Aside: Moving from Android to iOS is possible using Watoi although it is highly convoluted. https://apple.stackexchange.com/a/307596/364945
```To calculate the 10th percentile, let’s say we have 10,000 values. We take all of the values, order them from largest to smallest, and identify the 1001st value (where 1000 or 10% of the values are below it), which…