RulePoint
- RulePoint 6.1.2
- All Products
correlation(list1,list2)
Argument
| Required
Optional
| Description
|
---|---|---|
list1
| Required
| A list of values.
|
lis2
| Required
| A second list of values.
|
Parameter Input Options
| Datatype
|
---|---|
Watchlist values
| Real number
|
when 1 stocktopic with correlation(watchlist:stockprice,watchlist:stocknewprice) as result > 0 then response with body=" ${result}"
Event Property Value
| Description
| Result
|
---|---|---|
Watchlist stockprice: 5,7,15
Watchlist stocknewprice: 9,13,18
| Correlates the two concatenated watchlist values and returns the result.
| 0.96
|