Patch adds an optional parameter to median function called percentile (value between 0 and 100). The standard median is 50th percentile. For example, this function can be used to compute the 95th percentile, or 25th percentile, etc.
Log in to post a comment.