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

The class Measure. More...

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

Go to the source code of this file.

Classes

class  cbl::measure::Measure
 The class Measure. More...
 

Namespaces

 cbl
 The global namespace of the CosmoBolognaLib
 
 cbl::measure
 The namespace of the functions and classes used to manage any kind of measure
 

Enumerations

enum class  cbl::measure::ErrorType {
  cbl::measure::_Poisson_ , cbl::measure::_Jackknife_ , cbl::measure::_Bootstrap_ , cbl::measure::_JackknifeTest_ ,
  cbl::measure::_BootstrapTest_ , cbl::measure::_JackknifeObjects_ , cbl::measure::_BootstrapObjects_ , cbl::measure::_None_
}
 the two-point correlation function error type More...
 

Functions

std::vector< std::string > cbl::measure::ErrorTypeNames ()
 return a vector containing the ErrorType names More...
 
ErrorType cbl::measure::ErrorTypeCast (const int errorTypeIndex)
 cast an enum of type ErrorType from its index More...
 
ErrorType cbl::measure::ErrorTypeCast (const std::string errorTypeName)
 cast an enum of type ErrorType from its name More...
 
std::vector< ErrorType > cbl::measure::ErrorTypeCast (const std::vector< int > errorTypeIndeces)
 cast an enum of type ErrorType from indeces More...
 
std::vector< ErrorType > cbl::measure::ErrorTypeCast (const std::vector< std::string > errorTypeNames)
 cast an enum of type ErrorType from thier names More...
 

Detailed Description

The class Measure.

This file defines the interface of the class Measure, used to manage any kind of cosmological measures

Author
Federico Marulli
feder.nosp@m.ico..nosp@m.marul.nosp@m.li3@.nosp@m.unibo.nosp@m..it

Definition in file Measure.h.