test_gaussian_nll_cpu

Module Contents

Classes

TestGaussianNLLCPU A suite of tests verifying the PDF evaluation of GaussianNLLCPU
class test_gaussian_nll_cpu.TestGaussianNLLCPU(methodName='runTest')[source]

Bases: unittest.TestCase

A suite of tests verifying the PDF evaluation of GaussianNLLCPU

classmethod setUpClass(cls)[source]

Set global defaults for tests

test_diagonal_gaussian_nll_cpu(self)[source]

Test the PDF evaluation of a single Gaussian with diagonal covariance matrix

test_full_rank_gaussian_nll_cpu(self)[source]

Test the PDF evaluation of a single Gaussian with a full covariance matrix

test_double_gaussian_nll_cpu(self)[source]

Test the PDF evaluation of a mixture of two Gaussians, each with a full covariance matrix