Gibbs sampling for fitting a mixture model of factor analyzers.
overfittingMFA_missing_values(missing_entries, x_data, originalX, outputDirectory, Kmax,
m, thinning, burn, g, h, alpha_prior, alpha_sigma,
beta_sigma, start_values, q, zStart, gibbs_z, lowerTriangular)
List of files
list which contains the row number (1st entry) and column indexes (subsequent entries) for every row containing missing values.
normalized data
observed raw data (only for plotting purpose)
Name of the output folder
Number of mixture components
Number of iterations
Thinning of chain
Burn-in period
Prior parameter \(g\). Default value: \(g = 2\).
Prior parameter \(h\). Default value: \(h = 1\).
Parameters of the Dirichlet prior distribution of mixture weights.
Prior parameter \(\alpha\). Default value: \(\alpha = 2\).
Prior parameter \(\beta\). Default value: \(\beta = 1\).
Optional (not used)
Number of factors.
Optional (not used)
Optional
logical value indicating whether a lower triangular parameterization should be imposed on the matrix of factor loadings (if TRUE) or not. Default: TRUE.
Panagiotis Papastamoulis