MONTE_CARLO_SAMPLING.TEX
Monte Carlo Sampling
MONTE_CARLO_SAMPLING.TEX is the LaTeX source for a classroom
presentation on sampling via the Monte Carlo Method,
given 02-04-06 November 2009.
A PDF version of the laborary is available in
../../presentations/monte_carlo_sampling.pdf.
The following files constitute the LaTeX file:
-
circle_sample_nonuniform.png,
a PNG image of a sampling of the circle that is nonuniform.
-
circle_sample_rejection.png,
a PNG image of a uniform sampling of the circle by the rejection method.
-
error_decrease.png,
a PNG image of the decrease in error for a Monte Carlo estimate.
-
exp_icdf.png,
a PNG image of the inverse CDF for the exponential distribution.
-
exp_pdf.png,
a PNG image of the PDF for the exponential distribution.
-
exp_seq_100000.png,
a PNG image of the distribution of 100,000 samples from the
exponential distribution.
-
lcg_image.png,
a PNG image of the mapping induced from [0,30] to [0,30]
by a simple linear congruential random number generator.
-
monte_carlo_sampling.tex,
the main LaTeX file.
-
myf.m,
a MATLAB function that evaluates a function f(x) that is difficult to optimize.
-
myf.png,
a PNG image of the optimization function.
-
normal_approx_100000.png,
a PNG image of a histogram of 100,000 points from an approximation
to the normal PDF.
-
normal_icdf.png,
a PNG image of the inverse CDF for the normal distribution.
-
normal_pdf.png,
a PNG image of the PDF for the normal distribution.
-
sphere_sample.png,
a PNG image of a uniform sampling of the surface of the sphere.
-
square_sample.png,
a PNG image of a uniform sampling of the unit square.
-
uniform_icdf.png,
a PNG image of the inverse CDF for the uniform distribution.
-
vt_logo.pdf,
a PDF file of a logo.
You can go up one level to
the LATEX home page.
Last revised on 26 October 2009.