![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The namespace of the two-point correlation function More...
Enumerations | |
| enum class | TwoPType { _monopole_ , _projected_ , _deprojected_ , _multipoles_integrated_ , _multipoles_direct_ , _wedges_ , _filtered_ , _angular_ , _2D_Cartesian_ , _2D_polar_ } |
| the two-point correlation function type More... | |
| enum class | Estimator { _natural_ , _LandySzalay_ , _SzapudiSzalay_ } |
| the two-point correlation estimator More... | |
Functions | |
| std::vector< std::string > | TwoPTypeNames () |
| return a vector containing the TwoPType names More... | |
| TwoPType | TwoPTypeCast (const int twoPTypeIndex) |
| cast an enum of type TwoPType from its index More... | |
| TwoPType | TwoPTypeCast (const std::string twoPTypeName) |
| cast an enum of type TwoPType from its name More... | |
| std::vector< TwoPType > | TwoPTypeCast (const std::vector< int > twoPTypeIndeces) |
| cast an enum of type TwoPType from indeces More... | |
| std::vector< TwoPType > | TwoPTypeCast (const std::vector< std::string > twoPTypeNames) |
| cast an enum of type TwoPType from thier names More... | |
| std::vector< std::string > | EstimatorNames () |
| return a vector containing the Estimator names More... | |
| Estimator | EstimatorCast (const int estimatorIndex) |
| cast an enum of type Estimator from its index More... | |
| Estimator | EstimatorCast (const std::string estimatorName) |
| cast an enum of type Estimator from its name More... | |
| std::vector< Estimator > | EstimatorCast (const std::vector< int > estimatorIndeces) |
| cast an enum of type Estimator from indeces More... | |
| std::vector< Estimator > | EstimatorCast (const std::vector< std::string > estimatorNames) |
| cast an enum of type Estimator from thier names More... | |
The namespace of the two-point correlation function
The measure::twopt namespace contains all the functions and classes to measure the two-point correlation function
|
strong |
the two-point correlation estimator
| Enumerator | |
|---|---|
| _natural_ | natural estimator |
| _LandySzalay_ | Landy&Szalay estimator. |
| _SzapudiSzalay_ | Szapudi&Szalay estimator. |
Definition at line 144 of file TwoPointCorrelation.h.
|
strong |
the two-point correlation function type
Definition at line 64 of file TwoPointCorrelation.h.
|
inline |
cast an enum of type Estimator from its index
| estimatorIndex | the estimator index |
Definition at line 170 of file TwoPointCorrelation.h.
|
inline |
cast an enum of type Estimator from its name
| estimatorName | the estimator name |
Definition at line 178 of file TwoPointCorrelation.h.
|
inline |
cast an enum of type Estimator from indeces
| estimatorIndeces | the estimator indeces |
Definition at line 186 of file TwoPointCorrelation.h.
|
inline |
cast an enum of type Estimator from thier names
| estimatorNames | the estimator names |
Definition at line 194 of file TwoPointCorrelation.h.
|
inline |
return a vector containing the Estimator names
Definition at line 162 of file TwoPointCorrelation.h.
|
inline |
cast an enum of type TwoPType from its index
| twoPTypeIndex | the twoPType index |
Definition at line 111 of file TwoPointCorrelation.h.
|
inline |
cast an enum of type TwoPType from its name
| twoPTypeName | the twoPType name |
Definition at line 119 of file TwoPointCorrelation.h.
|
inline |
cast an enum of type TwoPType from indeces
| twoPTypeIndeces | the twoPType indeces |
Definition at line 128 of file TwoPointCorrelation.h.
|
inline |
cast an enum of type TwoPType from thier names
| twoPTypeNames | the twoPType names |
Definition at line 137 of file TwoPointCorrelation.h.
|
inline |
return a vector containing the TwoPType names
Definition at line 103 of file TwoPointCorrelation.h.