hops
Namespaces | Functions
Covariance.hpp File Reference
#include <vector>
Include dependency graph for Covariance.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hops
 

Functions

template<typename StateType , typename MatrixType >
MatrixType hops::computeCovariance (const std::vector< const std::vector< StateType > * > &draws, const MatrixType &covarianceSeen, StateType &meanSeen, unsigned long numberOfSeenDraws)
 
template<typename StateType , typename MatrixType >
MatrixType hops::computeCovariance (const std::vector< StateType > *draws, const MatrixType &covarianceSeen, StateType &meanSeen, unsigned long numberOfSeenDraws)
 
template<typename StateType , typename MatrixType >
MatrixType hops::computeCovariance (const std::vector< std::vector< StateType >> &draws, const MatrixType &covarianceSeen, StateType &meanSeen, unsigned long numberOfSeenDraws)
 
template<typename StateType , typename MatrixType >
MatrixType hops::computeCovariance (const std::vector< StateType > &draws, const MatrixType &covarianceSeen, StateType &meanSeen, unsigned long numberOfSeenDraws)
 
template<typename StateType , typename MatrixType >
MatrixType hops::computeCovariance (const std::vector< const std::vector< StateType > * > &draws)
 
template<typename StateType , typename MatrixType >
MatrixType hops::computeCovariance (const std::vector< StateType > *draws)
 
template<typename StateType , typename MatrixType >
MatrixType hops::computeCovariance (const std::vector< std::vector< StateType >> &draws)
 
template<typename StateType , typename MatrixType >
MatrixType hops::computeCovariance (const std::vector< StateType > &draws)