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

A few concrete 1-d composite distributions. More...

#include <cmath>
#include <cassert>
#include <stdexcept>
#include "npstat/stat/CompositeDistribution1D.hh"
#include "npstat/stat/Distributions1D.hh"
#include "npstat/stat/JohnsonCurves.hh"

Go to the source code of this file.

Classes

struct  npstat::CompositeGauss1D
 
struct  npstat::BetaGauss1D
 
struct  npstat::LogQuadraticLadder
 
struct  npstat::BinnedCompositeJohnson
 
struct  npstat::JohnsonLadder
 

Namespaces

 npstat
 

Detailed Description

A few concrete 1-d composite distributions.

See the description of CompositeDistribution1D class for more details about this family of distributions.

These are pure helper classes, to simplify the construction a little bit. They do not have their own read/write methods, so for the purpose of persistence they will be converted into CompositeDistribution1D objects (all essential functions such as density, cdf, etc. will be preserved but the actual class name will be lost). Refer to objects of these clases by CompositeDistribution1D pointer or reference if you plan to use persistency.

Author: I. Volobouev

September 2010