cumulative_sumΒΆ
Calculates the cumulative sum of elements in the input array x.
Abstract Signature:
cumulative_sum(x: array, axis: Optional[int], dtype: Optional[dtype], include_initial: bool)
Calculates the cumulative sum of elements in the input array x.
Abstract Signature:
cumulative_sum(x: array, axis: Optional[int], dtype: Optional[dtype], include_initial: bool)