Create a Dirichlet Mixture of the Gaussian Distribution with fixed variance.
DirichletProcessGaussianFixedVariance( y, sigma, g0Priors = c(0, 1), alphaPriors = c(2, 4) )
y
: Data.sigma
: The fixed varianceg0Priors
: Base Distribution Priors.alphaPriors
: Prior parameter distributions for the alpha concentration parameter.Dirichlet process object
Useful links