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.
BasicBayesian(ENV = parent.frame())
The environment where you want to create the BasicBayesian object
An object of class "BasicBayesian"
GaussianNIW
for Gaussian-NIW conjugate structure, GaussianNIG
for Gaussian-NIG conjugate structure, CatDirichlet
for Categorical-Dirichlet conjugate structure, CatDP
for Categorical-DP conjugate structure ...