truncated_normal_rule


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].

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Languages:

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.

Related Data and Programs:

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_rule_test

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].

Reference:

  1. Gene Golub, John Welsch,
    Calculation of Gaussian Quadrature Rules,
    Mathematics of Computation,
    Volume 23, Number 106, April 1969, pages 221-230.
  2. Norman Johnson, Samuel Kotz, Narayanaswamy Balakrishnan,
    Continuous Univariate Distributions,
    Second edition,
    Wiley, 1994,
    ISBN: 0471584940,
    LC: QA273.6.J6.

Source Code:


Last revised on 11 April 2019.