|
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
|
返回中间50%的距离;每个DS的中值附近
|
|
f_sd - Standard Deviation
|
f_sd-标准偏差
|
|
Returns the square root per data source variance
|
返回每个数据源方差的平方根
|
|
f_var - Variance
|
f_var-方差
|
|
Returns the variance per DS
|
返回每个DS的方差
|