|
Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
|
Result of Monte Carlo volume estimation. More...
#include <VolumeEstimatorMC.hpp>
Public Attributes | |
| double | volume = 0.0 |
| Estimated domain volume: V̂ = V_box · p̂ | |
| double | stderr = 0.0 |
| Standard error in the volume estimate. | |
| double | inside_ratio = 0.0 |
| Fraction of samples inside domain: p̂ = N_hits / N_total. | |
| std::size_t | n_samples = 0 |
| Total number of samples evaluated. | |
Result of Monte Carlo volume estimation.
| dim | Dimensionality of the domain. |
Definition at line 39 of file VolumeEstimatorMC.hpp.
| double mc::estimators::VolumeEstimate< dim >::inside_ratio = 0.0 |
Fraction of samples inside domain: p̂ = N_hits / N_total.
Definition at line 45 of file VolumeEstimatorMC.hpp.
| std::size_t mc::estimators::VolumeEstimate< dim >::n_samples = 0 |
Total number of samples evaluated.
Definition at line 47 of file VolumeEstimatorMC.hpp.
| double mc::estimators::VolumeEstimate< dim >::stderr = 0.0 |
Standard error in the volume estimate.
Definition at line 43 of file VolumeEstimatorMC.hpp.
| double mc::estimators::VolumeEstimate< dim >::volume = 0.0 |
Estimated domain volume: V̂ = V_box · p̂
Definition at line 41 of file VolumeEstimatorMC.hpp.