ellipsoid_monte_carlo_test
ellipsoid_monte_carlo_test,
a MATLAB program which
calls ellipsoid_monte_carlo() to apply the Monte Carlo method to estimate the value of an integral
over the interior of an ellipsoid in M dimensions.
Licensing:
The computer code and data files made available on this
web page are distributed under
the GNU LGPL license.
Related Data and Programs:
ellipsoid_monte_carlo/a>,
a MATLAB library which
applies a Monte Carlo method to estimate the integral of a function
over the interior of an ellipsoid in 3D.
Source Code:
-
ellipsoid_monte_carlo_test.m,
calls all the tests.
-
ellipsoid_monte_carlo_test.sh,
runs all the tests.
-
ellipsoid_monte_carlo_test.txt,
the output file.
-
ellipsoid_monte_carlo_test01.m,
tests ellipsoid_sample() on a 2D ellipse centered at (0,0).
-
ellipsoid_monte_carlo_test02.m,
tests ellipsoid_sample() on a 2D ellipse centered at (2,3).
-
ellipsoid_monte_carlo_test03.m,
tests ellipsoid_sample() on a 3D ellipsoid centered at (1,2,3).
Last revised on 10 January 2019.