Learn R Programming

abc.data (version 1.0)

musigma2: A set of objects used to estimate the population mean and variance in a Gaussian model with ABC (see the vignette of the abc package for more details).

Description

musigma2 loads in five R objects: par.sim is a data frame and contains the parameter values of the simulated data sets, stat is a data frame and contains the simulated summary statistics, stat.obs is a data frame and contains the observed summary statistics, post.mu and post.sigma2 are data frames and contain the true posterior distributions for the two parameters of interest, \(\mu\) and \(\sigma^2\), respectively.

Usage

data(musigma2)

Arguments

Format

The par.sim data frame contains the following columns:

mu

The population mean.

sigma2

The population variance.

The stat.sim and stat.obs data frames contain the following columns:

mean

The sample mean.

var

The logarithm of the sample variance.

The post.mu and post.sigma2 data frames contain the following columns:

x

the coordinates of the points where the density is estimated.

y

the posterior density values.

Details

The prior of \(\sigma^2\) is an inverse \(\chi^2\) distribution with one degree of freedom. The prior of \(\mu\) is a normal distribution with variance of \(\sigma^2\). For this simple example, the closed form of the posterior distribution is available.

References

Anderson, E. (1935). The irises of the Gaspe Peninsula, Bulletin of the American Iris Society, 59, 2-5.