truncated_normal_rule, a MATLAB code which computes a quadrature rule for a normal probability density function (PDF), sometimes called a Gaussian distribution, that has been truncated to [A,+oo), (-oo,B] or [A,B].
The computer code and data files made available on this web page are distributed under the MIT license
truncated_normal_rule is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version and a Python version.
alpert_rule, a MATLAB code which can set up an alpert quadrature rule for functions which are regular, log(x) singular, or 1/sqrt(x) singular.
chebyshev1_rule, a MATLAB code which can compute and print a gauss-chebyshev type 1 quadrature rule.
chebyshev2_rule, a MATLAB code which can compute and print a gauss-chebyshev type 2 quadrature rule.
clenshaw_curtis_rule, a MATLAB code which defines a clenshaw curtis quadrature rule.
gegenbauer_rule, a MATLAB code which can compute and print a gauss-gegenbauer quadrature rule.
gen_hermite_rule, a MATLAB code which can compute and print a generalized gauss-hermite quadrature rule.
gen_laguerre_rule, a MATLAB code which can compute and print a generalized gauss-laguerre quadrature rule.
hermite_rule, a MATLAB code which can compute and print a gauss-hermite quadrature rule.
jacobi_rule, a MATLAB code which can compute and print a gauss-jacobi quadrature rule.
laguerre_rule, a MATLAB code which can compute and print a gauss-laguerre quadrature rule.
legendre_rule, a MATLAB code which can compute and print a gauss-legendre quadrature rule.
patterson_rule, a MATLAB code which computes a gauss-patterson quadrature rule.
quadrule, a MATLAB code which defines 1-dimensional quadrature rules.
truncated_normal, a MATLAB code which works with the truncated normal distribution over [a,b], or [a,+oo) or (-oo,b], returning the probability density function (pdf), the cumulative density function (cdf), the inverse cdf, the mean, the variance, and sample values.
truncated_normal_sparse_grid, a MATLAB code which computes a sparse grid based on a normal probability density function (pdf), also called a gaussian distribution, that has been truncated to [a,+oo), (-oo,b] or [a,b].