Created
March 16, 2015 05:50
-
-
Save kevinquinnyo/28f9149f75e1addf4376 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dataset 1 [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1.5,2] | |
| 95th percentile 1.5 | |
| Dataset 2 [200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,250,300] | |
| 95th percentile: 250 | |
| The sum of those Datasets' 95th's would be 251.5. This is "Stacked". | |
| -- | |
| If they were one dataset, then... | |
| [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1.5,2,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,250,300] | |
| then the Aggregate 95th percentile is 200. This is "Aggregate". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment