FAQ/percentile - CBU statistics Wiki

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
Type the odd letters out: scieNce GATHeRS knowledge fAster tHAN SOCIeTY GATHErS wisdom

location: FAQ / percentile

Percentiles of exponential data and use in outlier detection

If the data follows an exponential distribution (test this by using Kolmogorov-Smirnov test in SPSS and choosing the exponential option). Then

- (Mean score) (LN(1- PERC/100 )) gives the threshold of the PERC% percentile.

This follows from

P(X < x) = 1 – EXP(-R*x) where rate, R, is estimated from the sample data by 1/mean.

These percentiles may be used to classify a data point as extreme since outliers are defined as either

> 75th percentile + 1.5 * (75th perc - 25th perc)

or

< 25th percentile - 1.5 * (75th perc - 25th perc)