Learn R Programming

bbricks (version 0.1.1)

BasicBayesian: Create objects of type '"BasicBayesian"'.

Description

A Basic Bayesian Object is with following conditional dependency structure: theta|gamma ~ H(gamma) X|theta ~ F(theta) Where H(gamma) is usually called "the prior distribution", F(theta) is called "the observation distribution". Objects of type "GaussianNIW", "GaussianNIG", "CatDirichlet", and "CatDP" are all "BasicBayesian"s.

Usage

BasicBayesian(ENV = parent.frame())

Arguments

ENV

The environment where you want to create the BasicBayesian object

Value

An object of class "BasicBayesian"

See Also

GaussianNIW for Gaussian-NIW conjugate structure, GaussianNIG for Gaussian-NIG conjugate structure, CatDirichlet for Categorical-Dirichlet conjugate structure, CatDP for Categorical-DP conjugate structure ...