![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The namespace of the functions and classes used to manage any kind of measure More...
Namespaces | |
angularpk | |
The namespace of the angular power spectrum | |
numbercounts | |
The namespace of the number counts | |
stackprofile | |
The namespace of the stacked density profile of clusters | |
threept | |
The namespace of the three-point correlation function | |
twopt | |
The namespace of the two-point correlation function | |
Classes | |
class | Measure |
The class Measure. More... | |
Enumerations | |
enum class | ErrorType { _Poisson_ , _Jackknife_ , _Bootstrap_ , _JackknifeTest_ , _BootstrapTest_ , _JackknifeObjects_ , _BootstrapObjects_ , _None_ } |
the two-point correlation function error type More... | |
Functions | |
std::vector< std::string > | ErrorTypeNames () |
return a vector containing the ErrorType names More... | |
ErrorType | ErrorTypeCast (const int errorTypeIndex) |
cast an enum of type ErrorType from its index More... | |
ErrorType | ErrorTypeCast (const std::string errorTypeName) |
cast an enum of type ErrorType from its name More... | |
std::vector< ErrorType > | ErrorTypeCast (const std::vector< int > errorTypeIndeces) |
cast an enum of type ErrorType from indeces More... | |
std::vector< ErrorType > | ErrorTypeCast (const std::vector< std::string > errorTypeNames) |
cast an enum of type ErrorType from thier names More... | |
The namespace of the functions and classes used to manage any kind of measure
The measure namespace contains all the functions and classes used for any kind of cosmological measure
|
strong |
the two-point correlation function error type
|
inline |
|
inline |
|
inline |
|
inline |