hops
Namespaces | Functions
EffectiveSampleSize.hpp File Reference
#include <vector>
#include <iostream>
#include <memory>
#include "Autocorrelation.hpp"
Include dependency graph for EffectiveSampleSize.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 >
double hops::computeEffectiveSampleSize (const std::vector< const std::vector< StateType > * > &chains, unsigned long dimension)
 
template<typename StateType >
std::vector< double > hops::computeEffectiveSampleSize (const std::vector< const std::vector< StateType > * > &chains)
 
template<typename StateType >
double hops::computeEffectiveSampleSize (const std::vector< std::vector< StateType >> &chains, unsigned long dimension)
 
template<typename StateType >
std::vector< double > hops::computeEffectiveSampleSize (const std::vector< std::vector< StateType >> &chains)