Sequence Stepped by a List

I’m not sure if this is the best way to go about this, but its the closest starting point.
I have a range of numbers that I would like to partially cumulatively sum with in a given index. I’ve tried the lunch box partial add, but it only wants to work on single lists.
Thanks!

Ampersand has a similar node that should work.

1 Like

Hi @avargo

Ampersand package has a node called Math.Partial Sums that would get you started.

Thanks! That’s super helpful.

@avargo You could also do it with OOTB nodes…
partialSum
partialSum.dyn (3.9 KB)

1 Like