dirichlet.prior: Dirichlet prior for a multinomial distribution

dirichlet.priorR Documentation

Dirichlet prior for a multinomial distribution

Description

Specifies Dirichlet prior for a discrete probability distribution.

Usage

 DirichletPrior(prior.counts, initial.value = NULL)

Arguments

prior.counts

A vector of positive numbers representing prior counts.

initial.value

The initial value in the MCMC algorithm of the distribution being modeled.

Author(s)

Steven L. Scott steve.the.bayesian@gmail.com

References

Gelman, Carlin, Stern, Rubin (2003), "Bayesian Data Analysis", Chapman and Hall.


Boom documentation built on Nov. 10, 2022, 5:56 p.m.

Related to dirichlet.prior in Boom...