|
Returns the variance per DS
|
|
f_xth - Xth Percentile
|
|
Returns the xth percentitle.
|
|
$var: threshold in percent. Range: [0< $var ≤100]
|
|
f_dot - Duration Over Threshold
|
|
Returns the duration over a defined threshold in percent.
|
|
$var: threshold (absolute)
|
|
f_sot - Sum Over Threshold
|
|
Returns the sum of values over a defined threshold.
|
|
f_floor - Round Fractions Down
|
|
Returns the next lowest integer value by rounding down value if necessary.
|
|
$var: float
|
|
f_ceil - Round Fractions Up
|
|
Returns the next highest integer value by rounding up value if necessary.
|
|
f_round - Round A Float
|
|
Returns the rounded integer value of any given float.
|
|
$var: float or string value
|
|
f_high - Find Highest Value
|
|
Returns the highest value of a given list of parameters
|
|
$var1, $var2, $var3 ...: values to be compared
|