public class MonteCarloSimpleIntegrator extends RandomisedIntegrator
| Constructor and Description |
|---|
MonteCarloSimpleIntegrator() |
| Modifier and Type | Method and Description |
|---|---|
double |
integrate()
Calculate the integral \int_{lower_bound}^{upper_bound}function(x)dx
|
getNumSamples, getSeed, setNumSamples, setSeedgetFunction, getLowerBound, getUpperBound, setFunction, setLowerBound, setUpperBoundpublic double integrate()
throws Exception
IntegratorException - TODOCopyright © 2020. All rights reserved.