schur {rje} | R Documentation |
Obtain generalized Schur complement
Description
Obtain generalized Schur complement
Usage
schur(M, x, y, z)
Arguments
M |
symmetric positive definite matrix |
x , y , z |
indices of M to calculate with (see below) |
Details
Calculates , which
(if M is a Gaussian covariance matrix) is the covariance between
x and y after conditioning on z.
y defaults to equal x, and z to be the complement of .
[Package rje version 1.12.1 Index]