Public Member Functions | |
def | test_marginals (self) |
def | test_markdown (self) |
def | test_multiply (self) |
def | test_multiply2 (self) |
def | test_multiply4 (self) |
def | test_single_value_versions (self) |
Public Member Functions inherited from gtsam.utils.test_case.GtsamTestCase | |
def | assertEqualityOnPickleRoundtrip |
def | gtsamAssertEquals (self, actual, expected, tol=1e-9) |
Tests for Discrete Conditionals.
Definition at line 27 of file test_DiscreteConditional.py.
def test_DiscreteConditional.TestDiscreteConditional.test_marginals | ( | self | ) |
Definition at line 84 of file test_DiscreteConditional.py.
def test_DiscreteConditional.TestDiscreteConditional.test_markdown | ( | self | ) |
Test whether the _repr_markdown_ method.
Definition at line 93 of file test_DiscreteConditional.py.
def test_DiscreteConditional.TestDiscreteConditional.test_multiply | ( | self | ) |
Check calculation of joint P(A,B)
Definition at line 46 of file test_DiscreteConditional.py.
def test_DiscreteConditional.TestDiscreteConditional.test_multiply2 | ( | self | ) |
Check calculation of conditional joint P(A,B|C)
Definition at line 57 of file test_DiscreteConditional.py.
def test_DiscreteConditional.TestDiscreteConditional.test_multiply4 | ( | self | ) |
Check calculation of joint P(A,B,C|D,E) = P(A,B|D) P(C|D,E)
Definition at line 69 of file test_DiscreteConditional.py.
def test_DiscreteConditional.TestDiscreteConditional.test_single_value_versions | ( | self | ) |
Definition at line 30 of file test_DiscreteConditional.py.