Table of Contents

Search

  1. Preface
  2. RulePoint
  3. RulePoint Concepts
  4. Using RulePoint
  5. RulePoint Objects
  6. Working with Topics
  7. Working with Connections
  8. Working with Sources
  9. Working with Responders
  10. Working with Responses
  11. Working with Watchlists
  12. Working with Analytics
  13. DRQL
  14. Working with Rules
  15. Working with Alerts
  16. Setting Access Controls
  17. Troubleshooting RulePoint Issues
  18. Connecting to an Ultra Messaging Application
  19. Creating an Ultra Messaging JMS Source

User Guide

User Guide

percentile

percentile

The percentile analytic returns the k-th percentile of values in a range. You can use this analytic to establish a threshold of acceptance. The calculation of percentile is performed using the Apache math library.

Syntax

percentile(list,k)
The following table describes the required and optional arguments:
Argument
Required
Optional
Description
list
Required
The list of data that defines relative standing. This can be watchlist of data, list, or event properties.
k
Required
The percentile value in the range 0 to 1, inclusive.
Example
when 1 students s with percentile(watchlist:scores,) as result =1.9 then response body=”${result}”
The following table describes the result for the event property value that you pass:
Event Property Value
Description
Result
watchlist:scores
1
2
3
4
30th percentile of the watchlist.
1.9

0 COMMENTS

We’d like to hear from you!