npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
FitUtils.hh File Reference

Utility functions which facilitate fitting of parametric distributions. More...

#include "npstat/stat/HistoND.hh"
#include "npstat/stat/AbsDistribution1D.hh"
#include "npstat/stat/FitUtils.icc"

Go to the source code of this file.

Namespaces

 npstat
 

Functions

template<class Histo >
double npstat::densityFitLogLikelihood1D (const Histo &histo, const unsigned char *binMask, unsigned maskLength, const AbsDistribution1D &density, double minlog, double *workBuffer, unsigned workBufferLength, unsigned nQuad=6U, double *densityArea=0, double *enabledBinCount=0)
 
template<typename Numeric >
double npstat::unbinnedLogLikelihood1D (const Numeric *samplePonts, unsigned long sampleLength, const AbsDistribution1D &density, double minlog)
 

Detailed Description

Utility functions which facilitate fitting of parametric distributions.

Author: I. Volobouev

September 2010