Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ghq

Gauss-Hermite


Description

Calculates the zeros and weights needed for Gauss-Hermite quadrature.

Usage

ghq(n.points = 1, modified = TRUE)

Arguments

n.points

Number of points.

modified

Multiply by exp(zeros**2)? Default is TRUE.

Details

Based on a Fortran 66 subroutine written by professor Jianming Jin.

Value

A list vith components

zeros

The zeros (abscissas).

weights

The weights

Note

The code is modified to suit the purpose of glmmML, with the permission of professor Jin.

Author(s)

Jianming Jin, Univ. of Illinois, Urbana-Campaign

References

Gauss-Hermite

See Also

Examples

ghq(15, FALSE)

glmmML

Generalized Linear Models with Clustering

v1.1.1
GPL (>= 3)
Authors
Göran Broström [aut, cre], Jianming Jin [ctb], Henrik Holmberg [ctb]
Initial release
2020-05-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.