Difference between revisions of "CumProduct"
m (adding doc status category) |
|||
Line 1: | Line 1: | ||
[[Category:Transforming functions]] | [[Category:Transforming functions]] | ||
[[Category:Doc Status C]] <!-- For Lumina use, do not change --> | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> | ||
+ | |||
+ | = CumProduct(x,I) = | ||
Returns an array with each element being the product of all of the elements of X along dimension I up to, and including, the corresponding element of X. | Returns an array with each element being the product of all of the elements of X along dimension I up to, and including, the corresponding element of X. | ||
− | = | + | = Examples = |
+ | |||
+ | = Library = | ||
+ | |||
+ | Array functions | ||
+ | |||
+ | = See Also = | ||
− | + | * [[Product]] | |
+ | * [[Cumulate]] |
Revision as of 07:51, 7 August 2008
Comments
Enable comment auto-refresher