sens.bayes.control: Returns Control Parameters for Approximating The Integrals In The Bayesian Sensitivity Functions
Description
This function returns two lists each corresponds
to an implemented integration method for approximating the integrals
in the sensitivity (derivative) functions for the Bayesian optimality criteria.
A character denotes which method to be used to approximate the integrals in Bayesian criteria.
"cubature" corresponds to the adaptive multivariate integration method using the hcubature algorithm (default).
"quadrature" corresponds the traditional quadrature formulas and calls the function createNIGrid.
The tuning parameters are adjusted by crt.bayes.control. Default is set to "cubature".
cubature
A list that will be passed to the arguments of the hcubature function. See 'Details' of crt.bayes.control.