Description Usage Arguments Details Value Note See Also
View source: R/sumOfScaledInverseWisharts.R
Approximate the distribution of a sum of inverse Wishart matrices with a single inverse Wishart.
1 | approximateInverseWishart.cell(invWishartList, row = 1, column = 1)
|
invWishartList |
the list of inverse Wishart matrices in the sum |
row |
the row of the cell used in the variance match |
column |
the column of the cell used in the variance match |
The two-moment approximation matches the expectation of the sum and the variance of the specified cell of the sum.
the approximating inverse Wishart object
This approach has lower accuracy that the
approximateInverseWishart.trace
function and
is not recommended.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.