KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Categorical_event.h File Reference
#include "l_cpp/l_exception.h"
#include <boost/functional/hash.hpp>
#include <vector>
#include <iostream>

Go to the source code of this file.

Classes

class  semantics::Categorical_event< N >
 look-up key class for contingency table More...
 
class  semantics::Categorical_event_base
 abstract base class for look-up keys More...
 
class  semantics::Categorical_event< N >
 look-up key class for contingency table More...
 

Namespaces

 semantics
 

Functions

template<size_t N>
Categorical_event< N-1 > semantics::smooth (const Categorical_event< N > &event, const size_t steps=1)
 marginalizes look-up key by <steps> from back (generalizes context) More...
 
template<size_t N>
Categorical_event< N > semantics::get_context (const Categorical_event< N > &event, const size_t steps=1)
 returns RHS of conditioning expression More...
 
std::ostream & semantics::operator<< (std::ostream &, const Categorical_event_base &)
 display key in human readable form More...
 

Detailed Description

Author
Colin Dawson
Id:
Categorical_event.h 17097 2014-07-05 00:13:22Z cdawson