Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JEstimator.hh
Go to the documentation of this file.
1#ifndef __JFIT__JESTIMATOR__
2#define __JFIT__JESTIMATOR__
3
4#include "JLang/JException.hh"
5
6
7/**
8 * \file
9 * Linear fit methods.
10 * \author mdejong
11 */
12namespace JFIT {}
13namespace JPP { using namespace JFIT; }
14
15namespace JFIT {
16
18
19
20 /**
21 * Template definition of linear fit.
22 * The template argument refers to the model that should be fitted to the data.
23 */
24 template<class JModel_t>
26}
27
28#endif
Exceptions.
Template definition of linear fit.
Definition JEstimator.hh:25
Exception for accessing a value in a collection that is outside of its range.
Auxiliary classes and methods for linear and iterative data regression.
Definition JEnergy.hh:15
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).