LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Computes a simple χ² sum from data and a expectation function. More...
#include <utility>
Go to the source code of this file.
Classes | |
class | lar::util::ChiSquareAccumulator< F, T > |
Computes a χ² from expectation function and data points. More... | |
Namespaces | |
lar | |
LArSoft-specific namespace. | |
lar::util | |
LArSoft utility namespace. | |
Functions | |
template<typename F > | |
auto | lar::util::makeChiSquareAccumulator (F &&e) |
Creates a ChiSquareAccumulator object with the specified function. More... | |
template<typename T , typename F > | |
auto | lar::util::makeChiSquareAccumulator (F &&e) |
Creates a ChiSquareAccumulator object with the specified function. More... | |
Computes a simple χ² sum from data and a expectation function.
This is a header-only library.
Definition in file ChiSquareAccumulator.h.