fhernanb/GHQp: Gauss Hermite Quadrature with pruning.

The GHQ function can be used to obtain the quadrature points and weights to approximate an integral in two or more dimensions. This function uses the pruning approach to eliminate that points that do not contribute to the approximation of the integral and increases computational cost. The advantage to conducting this elimination of points is the decrease in the number of times that the function of interest is evaluated. This advantage is crucial in mixed models in which we must address several integrations within an iterative process to obtain model parameters.

Getting started

Package details

AuthorFreddy Hernandez Barajas
MaintainerFreddy Hernandez Barajas <fhernanb@gmail.com>
LicenseGPL (>= 2)
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("fhernanb/GHQp")
fhernanb/GHQp documentation built on March 30, 2021, 5:28 p.m.