IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Meta.Numerics.Analysis.IntegrationResult Class Reference

Represents the result of a numerical integration. More...

+ Inheritance diagram for Meta.Numerics.Analysis.IntegrationResult:
+ Collaboration diagram for Meta.Numerics.Analysis.IntegrationResult:

Properties

UncertainValue Estimate [get]
 Gets the estimated value of the integral and its associated error bar. More...
 
- Properties inherited from Meta.Numerics.Analysis.EvaluationResult
int EvaluationCount [get]
 Gets the number of function evaluations performed. More...
 
EvaluationSettings Settings [get]
 Gets the settings used for the analysis. More...
 

Private Attributes

readonly UncertainValue estimate
 
readonly int evaluationCount
 

Detailed Description

Represents the result of a numerical integration.

Member Data Documentation

readonly UncertainValue Meta.Numerics.Analysis.IntegrationResult.estimate
private
readonly int Meta.Numerics.Analysis.IntegrationResult.evaluationCount
private

Property Documentation

UncertainValue Meta.Numerics.Analysis.IntegrationResult.Estimate
get

Gets the estimated value of the integral and its associated error bar.

Note that the associated error estimate represents an expected deviation, not a definitive bound on the deviation.

Referenced by Test.MultiIntegrateTest.BallVolumeIntegrals(), Test.MultiIntegrateTest.DoubleIntegrals(), Test.MultiIntegrateTest.GaussianIntegrals(), Test.MultiIntegrateTest.IsingIntegrals(), Test.MultiIntegrateTest.SeperableIntegrals(), Test.MultiIntegrateTest.WatsonIntegrals(), and Test.MultiIntegrateTest.ZetaIntegrals().


The documentation for this class was generated from the following file: