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.
  
= Declaration =
+
= Examples =
 +
 
 +
= Library =
 +
 
 +
Array functions
 +
 
 +
= See Also =
  
CumProduct( X : Numeric[I] ; I : Index )
+
* [[Product]]
 +
* [[Cumulate]]

Revision as of 07:51, 7 August 2008


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.

Examples

Library

Array functions

See Also

Comments


You are not allowed to post comments.