histogram_pdf_2d_sample_test


histogram_pdf_2d_sample_test, a MATLAB code which calls histogram_pdf_2d_sample(), which demonstrates how uniform sampling of a 2D region with respect to some known Probability Density Function (PDF) can be approximated by decomposing the region into rectangles, approximating the PDF by a piecewise constant function, constructing a histogram for the CDF, and then sampling.

Licensing:

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

Related Data and Programs:

histogram_pdf_2d_sample, a MATLAB code which demonstrates how uniform sampling of a 2D region with respect to some known Probability Density Function (PDF) can be approximated by decomposing the region into rectangles, approximating the PDF by a piecewise constant function, constructing a histogram for the CDF, and then sampling.

Source Code:


Last modified on 30 January 2019.