RulePoint
- RulePoint 6.1.2
- All Products
percentile(list,k)
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.
|
when 1 students s with percentile(watchlist:scores,) as result =1.9 then response body=”${result}”
Event Property Value
| Description
| Result
|
---|---|---|
watchlist:scores
1
2
3
4
| 30th percentile of the watchlist.
| 1.9
|