prod_over {mathml}R Documentation

product over a range. On the R side, this function just returns the product of the first argument, but allows for decorations.

Description

product over a range. On the R side, this function just returns the product of the first argument, but allows for decorations.

Usage

prod_over(x, from, to)

Arguments

x

the object to be multiplied

from

decoration for prod_from^to x_i

to

decoration for prod_from^to x_i

Value

The function returns prod(x)

See Also

prod(), sum_over()

Examples

mathjax(quote(prod_over(x[i], i=1L, N)))


[Package mathml version 1.2 Index]