GaussianFixedVarianceMixtureCreate {dirichletprocess}R Documentation

Create a Gaussian Mixing Distribution with fixed variance.

Description

Create a Gaussian Mixing Distribution with fixed variance.

Usage

GaussianFixedVarianceMixtureCreate(priorParameters = c(0, 1), sigma)

Arguments

priorParameters

The prior parameters for the base measure.

sigma

The fixed variance of the model.

Value

A mixing distribution object.


[Package dirichletprocess version 0.4.2 Index]