View source: R/SparseDOSSA2_fit.R
control_fit | R Documentation |
Control options for fit_SparseDOSSA2 and fitCV_SparseDOSSA2
control_fit(
maxit = 100,
rel_tol = 0.01,
abs_tol = 0.01,
control_numint = list(),
verbose = FALSE,
debug_dir = NULL
)
maxit |
maximum number of EM iterations |
rel_tol |
relative change threshold in the log likelihood for algorithm convergence |
abs_tol |
absolute change threshold in the log likelihood for algorithm convergence |
control_numint |
a named list of control parameters for the
numerical integrations during the E step. See help page for
|
verbose |
whether or not detailed running messages should be provided |
debug_dir |
directory for intermediate output, such as the
EM expectations and parameter values and during each step of the
EM algorithm. Default to |
a list of the same names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.