English Chinese (Traditional)
f_grd - Gradient f_grd-漸變
Returns the gradient of a straight line by using linear regression per DS 使用線性回歸返回直線的漸變
f_last - Last Value f_last-最終值
Returns the last valid measured value per DS 返回最後一個測量值
f_1st - First Value f_1st-第一值
Returns the first valid measured value per DS 返回第一個測量值
f_nan - Number of NaNs f_nan-NaN數
Returns the number of NaNs stored per DS 返回值的數量
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的中間值中間值的50%的距離
f_sd - Standard Deviation f_sd-標準偏差
Returns the square root per data source variance 返回最後一個測量值
f_var - Variance f_var-方差
Returns the variance per DS 以整數形式返回float
f_xth - Xth Percentile f_xth-Xth百分位數
Returns the xth percentitle. 返回最後一個測量值