Implementation function for preparing arguments and functor to be passed to the hcubature() function for calculating wiener7 parameters via integration.
- Template Parameters
-
| GradSW | Whether the gradient of sw is computed |
| GradW7 | Whether the gradient of w is computed in the full model |
| Wiener7FunctorT | Type of functor |
| T_err | Type of error in hcubature |
| Targs... | Types of arguments in parameter pack |
- Parameters
-
| wiener7_functor | Gradient/density functor to apply |
| hcubature_err | Error tolerance for calculation |
| args | Additional arguments to be passed to the hcubature function |
- Returns
- Wiener7 density or gradient calculated by integration
Definition at line 138 of file wiener_full_lpdf.hpp.