Control parameters for mable fit
mable.ctrl(
sig.level = 0.01,
eps = 1e-07,
maxit = 5000L,
eps.em = 1e-07,
maxit.em = 5000L,
eps.nt = 1e-07,
maxit.nt = 100L,
tini = 1e-04
)
a list of the arguments' values
the sigificance level for change-point method of choosing optimal model degree
convergence criterion for iteration involves EM like and Newton-Raphson iterations
maximum number of iterations involve EM like and Newton-Raphson iterations
convergence criterion for EM like iteration
maximum number of EM like iterations
convergence criterion for Newton-Raphson iteration
maximum number of Newton-Raphson iterations
a small positive number used to make sure initial p
is in the interior of the simplex
Zhong Guan <zguan@iu.edu>