.. Generated automatically by cpp2rst .. highlight:: c .. role:: red .. role:: green .. role:: param .. _triqs__stat__accumulator__log_bin_errors: triqs::stat::accumulator::log_bin_errors ======================================== *#include * **Synopsis** .. rst-class:: cppsynopsis | auto :red:`log_bin_errors` () const Returns the standard errors for data with different power-of-two capacity. Returns ^^^^^^^ std::vector, where element v[n] contains the standard error of data binned with a bin capacity of :math:`2^n`. The return type is deduced from nda::real(T), where T is the type defining the accumulator.