All parameters not named in priorsList, an input argument to
blatentEstimate
, recieve these parameters if their prior distributions
are of the same family. Used to quickly set priors for sets of parameters.
setDefaultPriors(
normalMean = 0,
normalVariance = 1,
normalCovariance = 0,
dirichletAlpha = 1
)
A list containing named values for each argument in the function.
Sets the prior distribution mean for all parameters with
normal distributions not named in priorsList. Defaults to 0
.
Sets the prior distribution variance for all parameters with
normal distributions not named in priorsList. Defaults to 1000
.
Sets the prior distribution covariance for all parameters with
multivariate normal distributions not named in priorsList. Defaults to 0
.
Sets the prior distribution parameter values when variable distributions are Dirichlet. Defaults to 1
.