Description Usage Arguments Value Author(s)
EM algorithm for t-mixture
1 | EM.algorithm.t.mixture(n,j,tau_hat,alpha,beta,maxiter=1000,optim.method=c("Nelder-Mead","BFGS"),eps=10^-3)
|
n |
Frequencies (integer vector of length J) |
j |
Possible values (numeric vector of length J) |
tau_hat |
estimated component memberhsips from Initialization (numeric JxK - Matrix) |
alpha |
Hyperparameters for MAP estimation (numeric scalar) |
beta |
Hyperparameters for MAP estimation (numeric scalar) |
maxiter |
Maximum number of iterations (integer scalar) |
eps |
Convergence criterion |
optim.method |
Optimization algorithm to be used in M-Step |
par |
Estimated parameter values (numeric 4xK - matrix) |
Lisa Allmesberger Fabian Bergs Stefan Immler Michael Kässmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.