View source: R/likelihood_expectation.R
control_integrate | R Documentation |
control parameters for the numerical integrations during the E step of SparseDOSSA2's fitting
control_integrate(
rel_tol = 0.01,
abs_tol = 0,
max_eval = 50,
maxit_limits = 10,
precBits = 200,
only_value = TRUE
)
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 |
a list of the same names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.