English Italian
Returns the sum of all measured values per DS Restituisce la somma di tutti i valori misurati per DS
f_num - Number of Values (Not NaN) f_num - Numero di valori (non NaN)
Returns the number of valid measured values per DS Restituisce il numero di valori misurati validi per DS
f_grd - Gradient f_grd - Gradiente
Returns the gradient of a straight line by using linear regression per DS Restituisce la sfumatura di una linea retta utilizzando la regressione lineare per DS
f_last - Last Value f_last - Ultimo valore
Returns the last valid measured value per DS Restituisce l'ultimo valore misurato valido per DS
f_1st - First Value f_1st - Primo valore
Returns the first valid measured value per DS Restituisce il primo valore misurato valido per DS
f_nan - Number of NaNs f_nan - Numero di NaN
Returns the number of NaNs stored per DS Restituisce il numero di NaN memorizzati per DS
f_median - Median f_median - Mediana
Returns that value that separates the higher half from the lower half per DS Restituisce il valore che separa la metà superiore da quella inferiore per DS
f_range - Range f_range - Gamma
Returns the difference between the largest and the smallest value per DS Restituisce la differenza tra il valore più grande e quello più piccolo per DS
f_iqr - Interquartile Range f_iqr - Intervallo interquartile
Returns the distance of the middle50% around the median per DS Restituisce la distanza del centro50% intorno alla mediana per DS
f_sd - Standard Deviation f_sd - Deviazione standard
Returns the square root per data source variance Restituisce la radice quadrata per varianza dell'origine dati
f_var - Variance f_var - Varianza