control_ECM: Control parameters for the ECM algorithm

Description Usage Arguments Value

Description

Control parameters for the ECM algorithm

Usage

1
control_ECM(maxiter = 10000, tol = 0.001, method_init = "cluster")

Arguments

maxiter

An integer indicating the maximum number of iterations for the ECM algorithm.

tol

A real number controlling the convergence of the algorithm. It is defined as the (absolute) difference of the log-posterior between consecutive iterations that has to be reached.

method_init

The initialization criterium. By default, method_init='cluster' preallocates covariates into groups using clara. Other available possibilities are: method_init='random' and method_init='deterministic'.

Value

The function returns a list having the same entries provided as argument. Missing arguments are filled with default values.


blindedmanuscript/LSBP documentation built on May 13, 2019, 8:23 a.m.