|
|
|
|
|
by ivanbakel
978 days ago
|
|
For a one-sided, unbounded distribution when you still want to observe changes without being susceptible to outliers. If you're monitoring response timings on a server, for example, the median might be very close to 0, and it won't shift unless a majority of the distribution slows down. If you take a winsorised mean, you can trim useless long response times that mess with the mean, but still see if e.g. 1/3 of your responses are suddenly slower than normal. |
|