![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The class ModelParameters. More...
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... | |
The class ModelParameters.
This file defines the interface of the class ModelParameters
Definition in file ModelParameters.h.