A cumulative product is a sequence of partial products of a given sequence. For example, the cumulative products of the sequence , are , , , .... Cumulative products can be implemented in the Wolfram Language as
Rest[FoldList[Times, 1, list]]
A cumulative product is a sequence of partial products of a given sequence. For example, the cumulative products of the sequence , are , , , .... Cumulative products can be implemented in the Wolfram Language as
Rest[FoldList[Times, 1, list]]
Weisstein, Eric W. "Cumulative Product." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/CumulativeProduct.html