gen_hermite_exactness_test, an Octave code which calls gen_hermite_exactness(), which investigates the polynomial exactness of a generalized Gauss-Hermite quadrature rule for the infinite interval (-oo,+oo).
The computer code and data files described and made available on this web page are distributed under the MIT license
gen_hermite_exactness, an Octave code which tests the monomial exactness of generalized Gauss-Hermite quadrature rules.
GEN_HERM_O8_A1.0 is a standard generalized Gauss-Hermite order 8 rule with ALPHA = 1.0.
gen_hermite_exactness ( 'gen_herm_o8_a1.0', 18, 1.0, 0 )
GEN_HERM_O8_A1.0_MODIFIED is a modified generalized Gauss-Hermite order 8 rule with ALPHA = 1.0.
gen_hermite_exactness ( 'gen_herm_o8_a1.0_modified', 18, 1.0, 1 )