English Spanish
Returns the variance per DS Devuelve la desviación por DS
f_xth - Xth Percentile f_xth - Percentil X
Returns the xth percentitle. Devuelve el percentil x.
$var: threshold in percent. Range: [0< $var ≤100] $var: umbral en porcentaje. Rango: [0< $var ≤100]
f_dot - Duration Over Threshold f_dot - Duración por encima del umbral
Returns the duration over a defined threshold in percent. Devuelve la duración por encima de un umbral definido en porcentaje.
$var: threshold (absolute) $var: umbral (absoluto)
f_sot - Sum Over Threshold f_sot - Suma sobre el umbral
Returns the sum of values over a defined threshold. Devuelve la suma de los valores por encima de un umbral definido.
f_floor - Round Fractions Down f_floor - Redondear fracciones hacia abajo
Returns the next lowest integer value by rounding down value if necessary. Devuelve el siguiente valor entero más bajo redondeando el valor hacia abajo si es necesario.
$var: float $var: flotar
f_ceil - Round Fractions Up f_ceil - Redondear fracciones hacia arriba
Returns the next highest integer value by rounding up value if necessary. Devuelve el siguiente valor entero más alto redondeando el valor hacia arriba si es necesario.
f_round - Round A Float f_round - Ronda A Flotador
Returns the rounded integer value of any given float. Devuelve el valor entero redondeado de cualquier float dado.
$var: float or string value $var: valor float o string
f_high - Find Highest Value f_high - Encontrar el valor más alto
Returns the highest value of a given list of parameters Devuelve el valor más alto de una lista determinada de parámetros
$var1, $var2, $var3 ...: values to be compared $var 1, $var 2, $var 3 ...: valores a comparar