TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
jackknife.hpp
#include "./concepts.hpp"
#include "./mean_error.hpp"
#include <mpi/mpi.hpp>
#include <nda/nda.hpp>
#include <cstddef>
#include <optional>
#include <ranges>
#include <stdexcept>
#include <tuple>
#include <type_traits>
#include <utility>

Detailed Description

Provides a jackknife resampling class.

Definition in file jackknife.hpp.

Go to the source code of this file.

Functions

template<typename F, StatCompatibleRange R, StatCompatibleRange... Rs>
requires (not std::same_as<std::remove_cvref_t<F>, mpi::communicator>)
auto triqs::stat::jackknife (F &&f, R &&rg, Rs &&...rgs)
 Perform jackknife resampling.
template<typename F, StatCompatibleRange R, StatCompatibleRange... Rs>
auto triqs::stat::jackknife_mpi (mpi::communicator comm, F &&f, R &&rg, Rs &&...rgs)
 Perform jackknife resampling with MPI support.