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

The class Model. More...

#include "ModelParameters.h"
Include dependency graph for Model.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

The class Model.

This file defines the interface of the class Model

Authors
Federico Marulli, Alfonso Veropalumbo
feder.nosp@m.ico..nosp@m.marul.nosp@m.li3@.nosp@m.unibo.nosp@m..it, alfon.nosp@m.so.v.nosp@m.eropa.nosp@m.lumb.nosp@m.o@uni.nosp@m.bo.i.nosp@m.t

Definition in file Model.h.