Skip to content

Instantly share code, notes, and snippets.

@kevinquinnyo
Created March 16, 2015 05:50
Show Gist options
  • Select an option

  • Save kevinquinnyo/28f9149f75e1addf4376 to your computer and use it in GitHub Desktop.

Select an option

Save kevinquinnyo/28f9149f75e1addf4376 to your computer and use it in GitHub Desktop.
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