plotWishartElement: plotWishartElement

Description Usage Arguments Value

View source: R/compareInverseWisharts.R

Description

Plot the density of a single cell of the empirical inverse Wishart sum and the approximating inverse Wishart density

Usage

1
2
plotWishartElement(empirical, approximate, row, column, col = c("blue",
  "black"), lty = c(1, 1), ylim = c(0, 1), xlim = c(0, 1))

Arguments

empirical

a sample from the distribution of a sum of inverse Wishart matrices

approximate

a sample from a single inverse Wishart which approximates the distribution of the sum of inverse Wishart matrices.

row

cell row

column

cell column

col

optional list of colors for the empirical and approximate densities

lty

optional list of line styles for the empirical and approximate densities

ylim

optional Y-axis plot limits

xlim

optional X-axis plot limits

Value

plot of empirical and approximate denisities


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