ModErn Text Analysis
META Enumerates Textual Applications
Classes | Namespaces | Functions
multinomial.h File Reference
#include <cstdint>
#include <random>
#include "stats/dirichlet.h"
#include "util/sparse_vector.h"
#include "stats/multinomial.tcc"

Go to the source code of this file.

Classes

class  meta::stats::multinomial< T >
 Represents a multinomial/categorical distribution. More...
 

Namespaces

 meta
 The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
 
 meta::stats
 Probability distributions and other statistics functions.
 

Functions

template<class T >
multinomial< T > meta::stats::operator+ (const multinomial< T > &lhs, const multinomial< T > &rhs)
 
template<class T >
multinomial< T > meta::stats::operator+ (multinomial< T > &&lhs, const multinomial< T > &rhs)
 
template<class T >
multinomial< T > meta::stats::operator+ (const multinomial< T > &lhs, multinomial< T > &&rhs)
 
template<class T >
multinomial< T > meta::stats::operator+ (multinomial< T > &&lhs, multinomial< T > &&rhs)
 

Detailed Description

Author
Chase Geigle

All files in META are released under the MIT license. For more details, consult the file LICENSE in the root of the project.