#include <CppUnitLite/TestHarness.h>#include <gtsam/discrete/DiscreteDistribution.h>#include <gtsam/discrete/Signature.h>
Go to the source code of this file.
Functions | |
| int | main () |
| TEST (DiscreteDistribution, argmax) | |
| TEST (DiscreteDistribution, constructors) | |
| TEST (DiscreteDistribution, Multiply) | |
| TEST (DiscreteDistribution, operator) | |
| TEST (DiscreteDistribution, pmf) | |
| TEST (DiscreteDistribution, sample) | |
| static const DiscreteKey | X (0, 2) |
| int main | ( | ) |
Definition at line 84 of file testDiscreteDistribution.cpp.
| TEST | ( | DiscreteDistribution | , |
| argmax | |||
| ) |
Definition at line 78 of file testDiscreteDistribution.cpp.
| TEST | ( | DiscreteDistribution | , |
| constructors | |||
| ) |
Definition at line 28 of file testDiscreteDistribution.cpp.
| TEST | ( | DiscreteDistribution | , |
| Multiply | |||
| ) |
Definition at line 45 of file testDiscreteDistribution.cpp.
| TEST | ( | DiscreteDistribution | , |
| operator | |||
| ) |
Definition at line 58 of file testDiscreteDistribution.cpp.
| TEST | ( | DiscreteDistribution | , |
| pmf | |||
| ) |
Definition at line 65 of file testDiscreteDistribution.cpp.
| TEST | ( | DiscreteDistribution | , |
| sample | |||
| ) |
Definition at line 72 of file testDiscreteDistribution.cpp.
|
static |