Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • function: durationExceedence
  • ignoreMissings: when true, missing values are ignored and each duration will be calculated from the available values within the current time window.
    When false, missing values are added to the end of the sorted series.
Duration non-exceedence

Sorts the values in a time series array and its flags in ascending order.

...

  • function: durationNonExceedence
  • ignoreMissings: when true, missing values are ignored and each duration will be calculated from the available values within the current time window.
    When false, missing values are added to the end of the sorted series.
Moving average (with associated time span)

...