lab.cumprod(x)
y=lab.cumprod(x) returns the cumulative product of the elements of x, performing the operation over the first dimension.
y=lab.cumprod(x)
y=lab.cumprod(x,n) returns the cumulative product of the elements of x, performing the operation over dimension n.
y=lab.cumprod(x,n)