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

The class ModelParameters. More...

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

Go to the source code of this file.

Classes

class  cbl::statistics::ModelParameters
 The class ModelParameters. More...
 

Namespaces

 cbl
 The global namespace of the CosmoBolognaLib
 
 cbl::statistics
 The namespace of the functions and classes used for statistical analyses
 

Enumerations

enum class  cbl::statistics::ParameterType { cbl::statistics::_Base_ , cbl::statistics::_Derived_ , cbl::statistics::_Correlated_ }
 the parameter type More...
 

Functions

std::vector< std::string > cbl::statistics::ParameterTypeNames ()
 return a vector containing the ParameterType names More...
 
ParameterType cbl::statistics::ParameterTypeCast (const int parameterTypeIndex)
 cast an enum of type ParameterType from its index More...
 
ParameterType cbl::statistics::ParameterTypeCast (const std::string parameterTypeName)
 cast an enum of type ParameterType from its name More...
 
std::vector< ParameterType > cbl::statistics::ParameterTypeCast (const std::vector< int > parameterTypeIndeces)
 cast an enum of type ParameterType from indeces More...
 
std::vector< ParameterType > cbl::statistics::ParameterTypeCast (const std::vector< std::string > parameterTypeNames)
 cast enums of type ParameterType from thier names More...
 

Detailed Description

The class ModelParameters.

This file defines the interface of the class ModelParameters

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 ModelParameters.h.