Wave:Accumulate: Difference between revisions

From BlueM
Jump to navigation Jump to search
(Created page with "{{Wave_nav}} thumb|right For each selected time series, this analysis function calculates a new time series that consists of the cumulative valu...")
 
(update to v2.1.0)
Line 3: Line 3:
[[File:Wave Cumulative.png|thumb|right]]
[[File:Wave Cumulative.png|thumb|right]]


For each selected time series, this analysis function calculates a new time series that consists of the cumulative values of the original series. NaN values are ignored.
For each selected time series, this analysis function calculates a new time series that consists of the cumulative values of the original series.  


===Notes===
* All selected time series are cut to the specified start date before calculating the cumulative values
* NaN values in the source time series are ignored
* Intermediate nodes where the cumulative value does not change are omitted from the cumulative series


[[Category:BlueM.Wave|C]]
[[Category:BlueM.Wave|C]]
[[Category:Analysis functions|C]]
[[Category:Analysis functions|C]]

Revision as of 08:27, 15 December 2022

Wave.png Wave | Development

Wave Cumulative.png

For each selected time series, this analysis function calculates a new time series that consists of the cumulative values of the original series.

Notes

  • All selected time series are cut to the specified start date before calculating the cumulative values
  • NaN values in the source time series are ignored
  • Intermediate nodes where the cumulative value does not change are omitted from the cumulative series