KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
mcmcda_prior.h File Reference
#include <mcmcda_cpp/mcmcda_association.h>
#include <prob_cpp/prob_distribution.h>
#include <prob_cpp/prob_sample.h>
#include <cmath>
#include <vector>
#include <utility>

Go to the source code of this file.

Classes

class  kjb::mcmcda::Prior< Track >
 Computes the prior of an MCMCDA association. More...
 

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 
 kjb::mcmcda
 

Functions

template<class Track >
std::pair< std::vector< Track >
, std::vector< size_t > > 
kjb::mcmcda::sample (const Prior< Track > &prior, size_t T, const Track &def)
 Sample an association from the prior. More...
 
template<class Track >
std::pair< std::vector< Track >
, std::vector< size_t > > 
kjb::mcmcda::sample (const Prior< Track > &prior, size_t T)
 Sample an association from the prior. More...