![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The class Model. More...
#include "ModelParameters.h"
Go to the source code of this file.
Classes | |
class | cbl::statistics::Model |
The class Model. More... | |
Namespaces | |
cbl | |
The global namespace of the CosmoBolognaLib | |
cbl::statistics | |
The namespace of the functions and classes used for statistical analyses | |
Typedefs | |
typedef std::function< std::vector< double >std::vector< double >, std::shared_ptr< void >, std::vector< double > &)> | cbl::statistics::model_function_1D |
1D function: the inputs are a vector of values at which the function is computed, a pointer to a set of data used to construct the function and a vector of parameters | |
typedef std::function< std::vector< std::vector< double > >std::vector< double >, std::vector< double >, std::shared_ptr< void >, std::vector< double > &)> | cbl::statistics::model_function_2D |
2D function: the inputs are the values at which the function is computed, a pointer to a set of data used to construct the function and a vector of parameters | |
typedef std::function< std::vector< std::vector< double > >std::vector< std::vector< double > >, std::shared_ptr< void >, std::vector< double > &)> | cbl::statistics::model_function_generic |
generic function: the inputs are the values at which the function is computed, a pointer to a set of data used to construct the function and a vector of parameters | |