English Chinese (Traditional)
Returns the sum of all measured values per DS 返回每個 DS 的所有測量值之和
f_num - Number of Values (Not NaN) f_num - 值的數量(非 NaN)
Returns the number of valid measured values per DS 返回每個 DS 的有效測量值的數量
f_grd - Gradient f_grd - 漸變
Returns the gradient of a straight line by using linear regression per DS 使用每個 DS 的線性回歸返回直線的梯度
f_last - Last Value f_last - 最後一個值
Returns the last valid measured value per DS 返回每個 DS 的最後一個有效測量值
f_1st - First Value f_1st - 第一個值
Returns the first valid measured value per DS 返回每個 DS 的第一個有效測量值
f_nan - Number of NaNs f_nan - NaN 的數量
Returns the number of NaNs stored per DS 返回每個 DS 儲存的 NaN 數
f_median - Median f_median - 中位數
Returns that value that separates the higher half from the lower half per DS 返回將每個 DS 的上半部分與下半部分分開的值
f_range - Range f_range - 範圍
Returns the difference between the largest and the smallest value per DS 返回每個 DS 的最大值和最小值之間的差值
f_iqr - Interquartile Range f_iqr - 四分位距
Returns the distance of the middle50% around the median per DS 返回每個 DS 中位數周圍 middle50% 的距離
f_sd - Standard Deviation f_sd - 標準差
Returns the square root per data source variance 返回每個數據源方差的平方根
f_var - Variance f_var - 方差