triqs.stat
Statistical analysis helpers from the TRIQS stat framework.
This module exposes the histogram class used to sample and bin a
continuous random variable, together with the helpers that turn a
histogram into a probability density function (pdf()) or a
cumulative distribution function (cdf()).
Other statistical utilities living in the C++ triqs::stat
namespace – linear/logarithmic binning accumulators, jackknife
resampling, mean/error analysis – are not currently exposed to
Python.
It is imported with the command:
>>> from triqs.stat import Histogram, cdf, pdf
Modules
Plot protocol registration for |
|
Statistical histograms for sampling and binning continuous random variables. |