R/igdata.R

#' @name igdata
#' @title Inverse-Gamma Data
#' @description This data set contains 100 observations
#' drawn from an Inverse-Gamma(shape = 2, scale = 3)
#' distribution.
#'
#' The data can be used to implement an MCMC algorithm
#' to approximate the posterior distribution of the `shape`
#' and `scale` parameters of the distribution.
#'
#' @docType data
#' @usage data(igdata)
#'
#' @format A vector with 100 values.
NULL
jfrench/bayesutils documentation built on April 10, 2023, 6:28 p.m.