English Chinese (Simplified)
f_range - Range f_range-范围
Returns the difference between the largest and the smallest value per DS 返回每个DS的最大值和最小值之间的差
f_iqr - Interquartile Range f_iqr-四分位间距
Returns the distance of the middle50% around the median per DS 返回每个DS的中间值中间值的50%的距离
f_sd - Standard Deviation f_sd-标准偏差
Returns the square root per data source variance 返回最后一个测量值
f_var - Variance f_var-方差
Returns the variance per DS 以整数形式返回float
f_xth - Xth Percentile f_xth-Xth百分位数
Returns the xth percentitle. 返回最后一个测量值
$var: threshold in percent. Range: [0< $var ≤100] $ var:阈值百分比。范围:[0lt; $ var≤100]
f_dot - Duration Over Threshold f_dot-持续时间超过阈值
Returns the duration over a defined threshold in percent. 返回超过已定义阈值的持续时间(以百分比为单位)。
$var: threshold (absolute) $ var:阈值(绝对值)
f_sot - Sum Over Threshold f_sot-阈值总和
Returns the sum of values over a defined threshold. 返回值的数量
f_floor - Round Fractions Down f_floor-向下舍入小数
Returns the next lowest integer value by rounding down value if necessary. 如果有必要,通过舍入值返回下一个最小整数值。
$var: float $ var:浮动
f_ceil - Round Fractions Up f_ceil-向上舍入小数