numerics 0.1.0
Loading...
Searching...
No Matches
stats.hpp File Reference

Online statistics for Monte Carlo observables. More...

#include "core/types.hpp"
#include <cmath>
#include <vector>

Go to the source code of this file.

Classes

struct  num::RunningStats
 Welford updates for mean and variance. More...
 
struct  num::Histogram
 Fixed-bin histogram over \([\ell,h)\). More...
 

Namespaces

namespace  num
 

Functions

real num::autocorr_time (const real *data, idx n, real c=6.0)
 

Detailed Description

Online statistics for Monte Carlo observables.

Definition in file stats.hpp.