![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The class Modelling_Distribution. More...
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 > ¶meter) |
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 > ¶meter) |
compute a Gaussian PDF, where the standard deviation, \(\sigma\), is expressed as More... | |
The class Modelling_Distribution.
This file defines the interface of the class Modelling_Distribution, used to model any kind of distributions
Definition in file Modelling_Distribution.h.