Skip to content

Commit

Permalink
Docs: Fix description of percentile ranks example example (#31652)
Browse files Browse the repository at this point in the history
  • Loading branch information
pevers authored and nik9000 committed Jun 28, 2018
1 parent 5f6fcdf commit f725c8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ value. For example, if a value is greater than or equal to 95% of the observed
it is said to be at the 95th percentile rank.

Assume your data consists of website load times. You may have a service agreement that
95% of page loads completely within 15ms and 99% of page loads complete within 30ms.
95% of page loads completely within 500ms and 99% of page loads complete within 600ms.

Let's look at a range of percentiles representing load time:

Expand Down

0 comments on commit f725c8c

Please sign in to comment.