Math.rv {rv} | R Documentation |
Mathematical functions and operators adapted to work with random variable (rv) objects.
Math.rv(x, ...) Ops.rv(e1, e2)
x |
object |
e1 |
object |
e2 |
object |
... |
further arguments passed to or from other methods |
Jouni Kerman kerman@stat.columbia.edu http://www.stat.columbia.edu/~kerman
Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.
x <- rvnorm(10) -x x + 1:10 cumsum(x) cumprod(exp(x))