English Polish
Returns the sum of all measured values per DS Zwraca sumę wszystkich zmierzonych wartości na DS.
f_num - Number of Values (Not NaN) f_num - liczba wartości (nie NaN)
Returns the number of valid measured values per DS Zwraca liczbę prawidłowych zmierzonych wartości na DS.
f_grd - Gradient f_grd - Gradient
Returns the gradient of a straight line by using linear regression per DS Zwraca nachylenie linii prostej przy użyciu regresji liniowej na DS.
f_last - Last Value f_last - Ostatnia wartość
Returns the last valid measured value per DS Zwraca ostatnią prawidłową wartość zmierzoną na DS
f_1st - First Value f_1st - Pierwsza wartość
Returns the first valid measured value per DS Zwraca pierwszą prawidłową zmierzoną wartość na DS.
f_nan - Number of NaNs f_nan - liczba NaN
Returns the number of NaNs stored per DS Zwraca liczbę wartości NaN przechowywanych na DS.
f_median - Median f_median - Mediana
Returns that value that separates the higher half from the lower half per DS Zwraca wartość, która oddziela górną połowę od dolnej połowy na DS.
f_range - Range f_range - Zasięg
Returns the difference between the largest and the smallest value per DS Zwraca różnicę między największą i najmniejszą wartością na DS.
f_iqr - Interquartile Range f_iqr - Rozstęp międzykwartylowy
Returns the distance of the middle50% around the median per DS Zwraca odległość od środka 50% wokół mediany na DS.
f_sd - Standard Deviation f_sd - Odchylenie standardowe
Returns the square root per data source variance Zwraca pierwiastek kwadratowy na wariancję źródła danych.
f_var - Variance f_var - Wariancja