RASPA3 3.0.12
A molecular simulation code for computing adsorption and diffusion in nanoporous materials
|
Classes | |
struct | BlockErrorEstimation |
Manages block error estimation for statistical analysis. More... | |
Enumerations | |
enum class | confidenceLevel : int { percent_80 = 0 , percent_90 = 1 , percent_95 = 2 , percent_98 = 3 , percent_99 = 4 } |
Represents the different confidence levels for statistical calculations. | |
Functions | |
std::pair< double, double > | meanConfidence (std::vector< double > &data) |
Calculates the mean and confidence interval of a dataset. | |
Variables | |
constexpr std::array< std::array< double, 5 >, 21 > | standardNormalDeviates |
Table of standard normal deviates for different confidence levels and degrees of freedom. | |
const int | chosenConfidenceLevel = int(confidenceLevel::percent_95) |
Chosen confidence level for statistical calculations. | |
Files | |
file | src/raspakit/averages.ixx |