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

Local likelihood for fitting semiparametric mixture models. More...

#include <cmath>
#include <vector>
#include <cassert>
#include <climits>
#include <stdexcept>
#include "npstat/nm/SimpleFunctors.hh"
#include "npstat/nm/coordAndWeight.hh"
#include "npstat/nm/fcnOrConst.hh"
#include "npstat/stat/AbsDistribution1D.hh"

Go to the source code of this file.

Namespaces

 npstat
 

Functions

template<typename Numeric , typename WFcn >
double npstat::semiMixLocalLogLikelihood (const std::vector< Numeric > &sortedCoords, const AbsDistribution1D &signal, const double alpha, const Functor1< double, double > &bgDensityFcn, const WFcn &localizingWeight, const double localizingWeightXmin, const double localizingWeightXmax)
 

Detailed Description

Local likelihood for fitting semiparametric mixture models.

Author: I. Volobouev

August 2022