Struct bootstrap_analysis
Synopsis
#include <include/internal/benchmark/detail/catch_stats.hpp>
struct bootstrap_analysis
Description
No description yet.
Source
Lines 149-153 in include/internal/benchmark/detail/catch_stats.hpp.
struct bootstrap_analysis {
Estimate<double> mean;
Estimate<double> standard_deviation;
double outlier_variance;
};