RulePoint
- RulePoint 6.1.2
- All Products
mode(number1,[number2],...])
Argument
| Required
Optional
| Description
|
---|---|---|
number
| Required
| The first number argument for which you want to calculate the mode.
|
divisor
| Required
| The other number arguments for which you want to calculate the mode.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| Real number
|
Watchlist values
| Real number
|
when 1 stocktopic s with mode(watchlist:modenumbers) as result =5 then response with body=" ${result}"
Event Property Value
| Description
| Result
|
---|---|---|
watchlist: modenumbers
15
5
27
32
5
| Returns the most common value in the data set.
| 5
|