RulePoint
- RulePoint 6.1
- All Products
stdev(number1,[number2],...])
Argument
| Required
Optional
| Description
|
---|---|---|
number1
| Required
| The first number argument corresponding to a sample of a population.
|
number2
| Optional
| A single array or a reference to an array instead of arguments separated by commas.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| Text
|
Watchlist values
| Text
|
when 1 stockdeviation s with stdev(s.p1,s.p2,s.p3,s.p4) as result>2.73 then response with body=”${result}”
Event Property Value
| Description
| Result
|
---|---|---|
p1 1.98
p2 2.45
p3 -3.56
p4 0
| Returns the standard deviation of the set of numbers.
| 2.7329638978
|