Usage
modelFit(model = "igPLT", prog = "stan", parallel = TRUE, Xhisto = NULL,
nchains = 4, nthin = 10, niter = 10000, D)
Arguments
model
a string indicating the type of model ("igPLT", "cauchyPLT" or "igsparse", default = "PLT")
prog
a string indicating the MCMC program to use (default = "stan")
parallel
true or false, whether or not to parelleize (done using the package "parallel")
Xhisto
matrix of simulated data (projected onto the histogram basis)
nchains
number of chains (default = 2)
nthin
the number of thinned interations (default = 1)
niter
number of iterations (default = 1e4)
D
number of latent factors