English Hebrew (Israel)
f_min - Minimum Value f_min - ערך מינימלי
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 - מספר NaNs
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 טווח - טווח
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