Classes | Namespaces | Functions
ChiSquareAccumulator.h File Reference

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...
 

Detailed Description

Computes a simple χ² sum from data and a expectation function.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.slac..nosp@m.stan.nosp@m.ford..nosp@m.edu)
Date
July 26, 2018

This is a header-only library.

Definition in file ChiSquareAccumulator.h.