RulePoint
- RulePoint 6.1.2
- All Products
confidence(alpha,standard_dev,size)
Argument
| Required
Optional
| Description
|
---|---|---|
alpha
| Required
| The significance level used to compute the confidence level. The confidence level equals 100*(1 - alpha)%. It means an alpha of 0.05 indicates a 95 percent confidence level. The alpha is of real number type with value less than or equal to 1.
|
standard_dev
| Required
| The population standard deviation for the data range and is assumed to be known. This is of real number type.
|
size
| Required
| The sample size. Integer type.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| Real number for alpha and standard_dev. Size is of integer type.
|
when 1 stocktopic s with confidence(s.alpha,s.standard_dev,s.size) as result >10 then response with body=" ${result}”
Event Property Value
| Description
| Result
|
---|---|---|
s.alpha =0.06
s.standard_dev=45.7
s.size=65
| s.alpha and s.standard_dev are decimal numbers. s.size is an integer number.
| >10
|