CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
Modelling_Distribution.h File Reference

The class Modelling_Distribution. More...

#include "Cosmology.h"
#include "Measure.h"
#include "Modelling.h"
#include "Cluster.h"
Include dependency graph for Modelling_Distribution.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cbl::modelling::distribution::STR_Distr_model
 the structure STR_Distr_model More...
 
class  cbl::modelling::distribution::Modelling_Distribution
 The class Modelling_Distribution. More...
 

Namespaces

 cbl
 The global namespace of the CosmoBolognaLib
 
 cbl::modelling
 The namespace of the functions and classes used for modelling
 
 cbl::modelling::distribution
 The namespace of the distribution modelling
 

Functions

std::vector< double > cbl::modelling::distribution::model_gaussian (const std::vector< double > x, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
 compute a Gaussian PDF More...
 
std::vector< double > cbl::modelling::distribution::model_gaussian2 (const std::vector< double > x, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
 compute a Gaussian PDF, where the standard deviation, \(\sigma\), is expressed as More...
 

Detailed Description

The class Modelling_Distribution.

This file defines the interface of the class Modelling_Distribution, used to model any kind of distributions

Authors
Giorgio Lesci (and Federico Marulli)
giorg.nosp@m.io.l.nosp@m.esci2.nosp@m.@uni.nosp@m.bo.it (and feder.nosp@m.ico..nosp@m.marul.nosp@m.li3@.nosp@m.unibo.nosp@m..it)

Definition in file Modelling_Distribution.h.