|
Returns the variance per DS
|
Restituisce la varianza per DS
|
|
f_xth - Xth Percentile
|
f_xth - X° percentile
|
|
Returns the xth percentitle.
|
Restituisce il percentile x.
|
|
$var: threshold in percent. Range: [0< $var ≤100]
|
$var: soglia in percentuale. Gittata: [0< $var ≤100]
|
|
f_dot - Duration Over Threshold
|
f_dot - Durata oltre la soglia
|
|
Returns the duration over a defined threshold in percent.
|
Restituisce la durata oltre una soglia definita in percentuale.
|
|
$var: threshold (absolute)
|
$var: soglia (assoluta)
|
|
f_sot - Sum Over Threshold
|
f_sot - Somma oltre la soglia
|
|
Returns the sum of values over a defined threshold.
|
Restituisce la somma dei valori oltre una soglia definita.
|
|
f_floor - Round Fractions Down
|
f_floor - Arrotonda le frazioni per difetto
|
|
Returns the next lowest integer value by rounding down value if necessary.
|
Restituisce il successivo valore intero più basso arrotondando il valore per difetto, se necessario.
|
|
$var: float
|
$var: galleggiante
|
|
f_ceil - Round Fractions Up
|
f_ceil - Arrotonda le frazioni per eccesso
|
|
Returns the next highest integer value by rounding up value if necessary.
|
Restituisce il successivo valore intero più alto arrotondando il valore, se necessario.
|
|
f_round - Round A Float
|
f_round - Carro rotondo A
|
|
Returns the rounded integer value of any given float.
|
Restituisce il valore intero arrotondato di un valore float specificato.
|
|
$var: float or string value
|
$var: valore float o stringa
|
|
f_high - Find Highest Value
|
f_high - Trova il valore più alto
|
|
Returns the highest value of a given list of parameters
|
Restituisce il valore più alto di un determinato elenco di parametri
|
|
$var1, $var2, $var3 ...: values to be compared
|
$var 1, $var 2, $var 3...: valori da confrontare
|