IODA
src/ObsDataVector.h File Reference
#include <cmath>
#include <limits>
#include <ostream>
#include <string>
#include <vector>
#include <boost/math/special_functions/fpclassify.hpp>
#include "eckit/exception/Exceptions.h"
#include "eckit/mpi/Comm.h"
#include "oops/base/Variables.h"
#include "oops/util/Logger.h"
#include "oops/util/missingValues.h"
#include "oops/util/ObjectCounter.h"
#include "oops/util/Printable.h"
#include "ioda/distribution/Accumulator.h"
#include "ioda/distribution/DistributionUtils.h"
#include "ioda/ObsSpace.h"
#include "ioda/ObsVector.h"
Include dependency graph for src/ObsDataVector.h:

Go to the source code of this file.

Classes

class  ioda::ObsDataVector< DATATYPE >
 ObsDataVector<DATATYPE> handles vectors of data of type DATATYPE in observation space. More...
 

Namespaces

 ioda
 

Typedefs

template<typename DATATYPE >
using ioda::ObsDataRow = std::vector< DATATYPE >
 

Functions

template<typename DATATYPE >
void ioda::printNonnumericObsDataVectorStats (const ObsDataVector< DATATYPE > &obsdatavector, const ObsSpace &obsdb, std::ostream &os)
 
template<typename DATATYPE >
void ioda::printNumericObsDataVectorStats (const ObsDataVector< DATATYPE > &obsdatavector, const ObsSpace &obsdb, std::ostream &os)