Learn R Programming

NominalLogisticBiplot (version 0.2)

multiquad: Multidimensional Gauss-Hermite quadrature

Description

This function computes the gauss-hermite quadrature in more than one dimension.

Usage

multiquad(nnodos, dims)

Arguments

nnodos
Number of nodes.
dims
Number of dimensions of the quadrature

Value

An object of class "MultiGaussQuadrature". This has the components:
X
Coordinates of the nodes
A
Weights asociated to each node

References

Jackel, P. (2005) A note on multivariate Gauss-Hermite quadrature

http://www.pjaeckel.webspace.virginmedia.com/ANoteOnMultivariateGaussHermiteQuadrature.pdf

See Also

hermquad

Examples

Run this code
  
  multiquad(10,2)
  

Run the code above in your browser using DataLab