累积和是给定序列的部分和的序列。例如,序列 的累积和是
,
,
, .... 累积和的实现方式是Accumulate[列表]。
累积和
另请参阅
累积计数, 累积积, 移动平均, 部分和, 和使用 探索
请引用为
Weisstein, Eric W. "累积和。" 来自 Web 资源。 https://mathworld.net.cn/CumulativeSum.html
累积和是给定序列的部分和的序列。例如,序列 的累积和是
,
,
, .... 累积和的实现方式是Accumulate[列表]。
Weisstein, Eric W. "累积和。" 来自 Web 资源。 https://mathworld.net.cn/CumulativeSum.html