View source: R/dirichlet_process_gaussian_fixed_variance.R
DirichletProcessGaussianFixedVariance | R Documentation |
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 variance |
g0Priors |
Base Distribution Priors. |
alphaPriors |
Prior parameter distributions for the alpha concentration parameter. |
Dirichlet process object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.