Description Usage Arguments Value Author(s) References See Also Examples
Generates Gaussian quadrature nodes and probability weights for multivariate
normal distribution with mean vector mu
and variance matrix var
1 |
n |
1.d number of nodes per dimension |
mu |
1.d mean vector (default: zeros) |
var |
d.d positive definite variance matrix (default: identity matrix) |
List with fields
xpoints
prod(n).d quadrature nodes
weights
prod(n).1 quadrature weights
Randall Romero-Aguilar, based on Miranda & Fackler's CompEcon toolbox
Miranda, Fackler 2002 Applied Computational Economics and Finance
Other quadrature functions: qnwequi
;
qnwlege
; qnwlogn
;
qnwsimp
; qnwtrap
;
qnwunif
; quadrature
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.