Click or drag to resize
Accord.NET (logo)

MonteCarloIntegration Properties

The MonteCarloIntegration type exposes the following members.

Properties
  NameDescription
Public propertyArea
Gets the numerically computed result of the definite integral for the specified function.
Public propertyError
Gets the integration error for the computed Area value.
Public propertyFunction
Gets or sets the multidimensional function whose integral should be computed.
Public propertyIterations
Gets or sets the number of random samples (iterations) generated by the algorithm.
Public propertyNumberOfParameters
Gets the number of parameters expected by the Function to be integrated.
Public propertyRandom
Gets or sets the random generator algorithm to be used within this Monte Carlo method.
Public propertyRange
Gets or sets the range of each input variable under which the integral must be computed.
Top
See Also