outer.rv {rv}R Documentation

Outer Product of Random Arrays

Description

outer.rv

Usage

outer.rv(X, Y=NULL, FUN="*", ...)

Arguments

X First argument for function FUN
Y Second argument for function FUN; if missing, X is used instead
FUN a function to use on the outer products; a character string or a function
... optional arguments to be passed to FUN

Details

Implements the outer product for random arrays.

See the function outer for further details.

Value

A random array.

Author(s)

Jouni Kerman jouni@kerman.com http://www.stat.columbia.edu/~kerman

References

Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.

Examples

  #

[Package rv version 0.925 Index]