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

1-d continuous statistical distributions multiplied by an arbitrary smooth non-negative function More...

#include <climits>
#include <algorithm>
#include "npstat/stat/AbsDistribution1D.hh"
#include "npstat/nm/GaussLegendreQuadrature.hh"
#include "npstat/nm/findRootUsingBisections.hh"

Go to the source code of this file.

Classes

class  npstat::ModulatedDistribution1D< Functor >
 

Namespaces

 npstat
 

Functions

template<class Functor >
ModulatedDistribution1D< Functor > npstat::make_ModulatedDistribution1D (const AbsDistribution1D &distro, const Functor &fcn, const double fcnXmin=-DBL_MAX, const double fcnXmax=DBL_MAX, const unsigned nIntegPoints=1024, const unsigned nIntegIntervals=1)
 

Detailed Description

1-d continuous statistical distributions multiplied by an arbitrary smooth non-negative function

Author: I. Volobouev

June 2022