Package org.drip.sample.mcintegral
Class StratifiedSamplingAsymptotics
java.lang.Object
org.drip.sample.mcintegral.StratifiedSamplingAsymptotics
public class StratifiedSamplingAsymptotics
extends java.lang.Object
StratifiedSamplingAsymptotics illustrates the Asymptotics of Stratified Sampling Monte-Carlo
Integration of Rd to R1 Objective Function. The References are:
- Kroese, D. P., T. Taimre, and Z. I. Botev (2011): Handbook of Monte Carlo Methods John Wiley and Sons Hoboken NJ
- MacKay, D. (2003): Information Theory, Inference, and Learning Algorithms Cambridge University Press New York NY
- Newman, M. E. J., and G. T. Barkema (1999): Monte Carlo Methods in Statistical Physics Oxford University Press Oxford UK
- Press, W. H., S. A. Teukolsky, W. T. Vetterling, B. P. Flannery (2007): Numerical Recipes: The Art of Scientific Computing 3rd Edition Cambridge University Press New York NY
- Wikipedia (2025): Monte Carlo Integration https://en.wikipedia.org/wiki/Monte_Carlo_integration
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = DROP API Construction and Usage
- Package = Rd to R1 Numerical Monte-Carlo Integration
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description StratifiedSamplingAsymptotics() -
Method Summary
Modifier and Type Method Description static voidmain(java.lang.String[] argumentArray)Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StratifiedSamplingAsymptotics
public StratifiedSamplingAsymptotics()
-
-
Method Details
-
main
public static final void main(java.lang.String[] argumentArray) throws java.lang.ExceptionEntry Point- Parameters:
argumentArray- Command Line Argument Array- Throws:
java.lang.Exception- Thrown on Error/Exception Situation
-