Gauss-Hermite
Calculates the zeros and weights needed for Gauss-Hermite quadrature.
ghq(n.points = 1, modified = TRUE)
n.points |
Number of points. |
modified |
Multiply by exp(zeros**2)? Default is TRUE. |
Based on a Fortran 66 subroutine written by professor Jianming Jin.
A list vith components
zeros |
The zeros (abscissas). |
weights |
The weights |
The code is modified to suit the purpose of glmmML, with the permission of professor Jin.
Jianming Jin, Univ. of Illinois, Urbana-Campaign
Gauss-Hermite
ghq(15, FALSE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.