English Hindi
f_sum - Sum
f_num - Number of Values (Not NaN)
f_grd - Gradient
f_last - Last Value
f_1st - First Value
f_nan - Number of NaNs
f_median - Median
Returns that value that separates the higher half from the lower half per DS
f_range - Range
Returns the difference between the largest and the smallest value per DS
f_iqr - Interquartile Range
Returns the distance of the middle50% around the median per DS
f_sd - Standard Deviation
f_var - Variance
f_xth - Xth Percentile
$var: threshold in percent. Range: [0< $var ≤100]
f_dot - Duration Over Threshold
Returns the duration over a defined threshold in percent.
$var: threshold (absolute)
f_sot - Sum Over Threshold