|
Returns the variance per DS
|
返回每個 DS 的方差
|
|
f_xth - Xth Percentile
|
f_xth - 第 X 個百分位數
|
|
Returns the xth percentitle.
|
返回第 x 個百分位數。
|
|
$var: threshold in percent. Range: [0< $var ≤100]
|
$var:閾值(以百分比表示)。範圍:[0< $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:float
|
|
f_ceil - Round Fractions Up
|
f_ceil - 向上捨入分數
|
|
Returns the next highest integer value by rounding up value if necessary.
|
如有必要,通過向上捨入值來返回下一個最高整數值。
|
|
f_round - Round A Float
|
f_round - Round A Float (輪次 A 浮動)
|
|
Returns the rounded integer value of any given float.
|
返回任何給定浮點數的捨入整數值。
|
|
$var: float or string value
|
$var:float 或 string 值
|
|
f_high - Find Highest Value
|
f_high - 尋找最高值
|
|
Returns the highest value of a given list of parameters
|
返回給定參數清單的最大值
|
|
$var1, $var2, $var3 ...: values to be compared
|
$var 1, $var 2, $var 3 ...: 要比較的值
|