Learn R Programming

binaryMM (version 0.1.1)

get.GH: Compute Gauss-Hermite quadrature rule

Description

Compute Gauss-Hermite quadrature rule

Usage

get.GH(q, scale_abscissa = sqrt(2), scale_weight = 1/sqrt(pi))

Value

A list with the following components:

z

Nodes

w

Quadrature Weights

Arguments

q

Order of the Gauss-Hermite quadrature rule to compute

scale_abscissa

Fixed number

scale_weight

Fixed number