View source: R/setDefaultInitializeParameters.R
setDefaultInitializeParameters | R Documentation |
All parameters are initialized with distributions using these parameters. Used to quickly set priors for sets of parameters.
setDefaultInitializeParameters(
normalMean = 0,
normalVariance = 1,
normalCovariance = 0,
dirichletAlpha = 1
)
normalMean |
Sets the initialization distribution mean for all parameters with
normal distributions. Defaults to |
normalVariance |
Sets the initialization distribution variance for all parameters with
normal distributions. Defaults to |
normalCovariance |
Sets the initialization distribution covariance for all parameters with
multivariate normal distributions. Defaults to |
dirichletAlpha |
Sets the initialization of the alpha parameters for all parameters with a categorical distribution.
Defaults to |
A list containing named values for each argument in the function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.