IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Represents the result of a numerical integration. More...
Properties | |
UncertainValue | Estimate [get] |
Gets the estimated value of the integral and its associated error bar. More... | |
![]() | |
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 |
Represents the result of a numerical integration.
|
private |
|
private |
|
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().