mable.ctrl: Control parameters for mable fit

View source: R/mable.r

mable.ctrlR Documentation

Control parameters for mable fit

Description

Control parameters for mable fit

Usage

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
)

Arguments

sig.level

the sigificance level for change-point method of choosing optimal model degree

eps

convergence criterion for iteration involves EM like and Newton-Raphson iterations

maxit

maximum number of iterations involve EM like and Newton-Raphson iterations

eps.em

convergence criterion for EM like iteration

maxit.em

maximum number of EM like iterations

eps.nt

convergence criterion for Newton-Raphson iteration

maxit.nt

maximum number of Newton-Raphson iterations

tini

a small positive number used to make sure initial p is in the interior of the simplex

Value

a list of the arguments' values

Author(s)

Zhong Guan <zguan@iusb.edu>


mable documentation built on Aug. 24, 2023, 5:10 p.m.