control_integrate: control parameters for the numerical integrations during the...

View source: R/likelihood_expectation.R

control_integrateR Documentation

control parameters for the numerical integrations during the E step of SparseDOSSA2's fitting

Description

control parameters for the numerical integrations during the E step of SparseDOSSA2's fitting

Usage

control_integrate(
  rel_tol = 0.01,
  abs_tol = 0,
  max_eval = 50,
  maxit_limits = 10,
  precBits = 200,
  only_value = TRUE
)

Arguments

rel_tol

relative change threshold in the integration values for the integration to converge

abs_tol

absolute change threshold in the integration values for the integration to converge

max_eval

maximum of integration evaluations allowed

maxit_limits

maximum number of tries allowed to guess the integration's lower and upper limits

precBits

numeric precision used for the integration values

only_value

whether or not only the integration value should be returned

Value

a list of the same names


biobakery/SparseDOSSA2 documentation built on March 30, 2024, 9:26 p.m.