Learn R Programming

rv (version 0.949)

solve.rv: Random Vectors

Description

solve.rv

Usage

## S3 method for class 'rv':
solve(a, b, \dots)

Arguments

a
a square random vector containing the coefficients of the linear system
b
a square random vector giving the right-hand side(s) of the linear system
...
further arguments passed to solve

Details

solve.rv is the rv-object compatible version of the function solve.

For details of the function, see solve.

References

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

See Also

solve

Examples

Run this code
#

Run the code above in your browser using DataLab