MonteCarloIntegration Properties |
The MonteCarloIntegration type exposes the following members.
Name | Description | |
---|---|---|
Area |
Gets the numerically computed result of the
definite integral for the specified function.
| |
Error |
Gets the integration error for the
computed Area value.
| |
Function |
Gets or sets the multidimensional function
whose integral should be computed.
| |
Iterations |
Gets or sets the number of random samples
(iterations) generated by the algorithm.
| |
NumberOfParameters |
Gets the number of parameters expected by
the Function to be integrated.
| |
Random |
Gets or sets the random generator algorithm to be used within
this Monte Carlo method.
| |
Range |
Gets or sets the range of each input variable
under which the integral must be computed.
|