approximateInverseWishart.cell: approximateInverseWishart.cell

Description Usage Arguments Details Value Note See Also

View source: R/sumOfScaledInverseWisharts.R

Description

Approximate the distribution of a sum of inverse Wishart matrices with a single inverse Wishart.

Usage

1
approximateInverseWishart.cell(invWishartList, row = 1, column = 1)

Arguments

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

Details

The two-moment approximation matches the expectation of the sum and the variance of the specified cell of the sum.

Value

the approximating inverse Wishart object

Note

This approach has lower accuracy that the approximateInverseWishart.trace function and is not recommended.

See Also

inverseWishart


SampleSizeShop/invWishartSum documentation built on Feb. 5, 2022, 5:04 a.m.