English Japanese
Returns the lowest measured value per DS 最後の測定値を返します
f_sum - Sum f_sum-合計
Returns the sum of all measured values per DS 最後の測定値を返します
f_num - Number of Values (Not NaN) f_num-値の数(NaNではない)
Returns the number of valid measured values per DS 値の数を返します
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-標準偏差