Hi,
I am new to the NPM. I have a question regarding the 95% percentile in the graph. This is the explanation I found from the web.
The calculation of the 95th percentile, a well-known statistical standard used to discard maximum spikes, is based on 5 minute data samples. The calculation gathers these values every 5 minutes for however long you select, throws away the top 5%, yielding the 95th percentile value at the beginning of the list.
I am trying to understand the rational of using the 95% percentile value. What do people normally use the 95% for? Is it to calculate the average? Or is there any other information that the 95% represents?
Thanks in advance.