autoppl  v0.8
A C++ template library for probabilistic programming
ess.hpp File Reference
#include <Eigen/Dense>
#include <autoppl/math/autocorrelation.hpp>

Go to the source code of this file.

Namespaces

 ppl
 
 ppl::math
 
 ppl::math::details
 

Typedefs

template<class T >
using ppl::math::details::vec_cref_t = std::vector< std::reference_wrapper< const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > > >
 

Functions

template<class T >
auto ppl::math::ess (const details::vec_cref_t< T > &samples)
 
template<class T >
auto ppl::math::ess (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &samples)