KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
prob_pdf.cpp File Reference

Definition of the non-inline pdf and cdf functions. More...

#include <prob_cpp/prob_pdf.h>
#include <prob_cpp/prob_distribution.h>
#include <l_cpp/l_exception.h>
#include <m_cpp/m_vector.h>
#include <m_cpp/m_matrix.h>
#include <n_cpp/n_solve.h>
#include <cmath>

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Functions

double kjb::pdf (const MV_gaussian_distribution &P, const Vector &x)
 Computes the joint PDF of a multivariate Gaussian at x. More...
 
double kjb::log_pdf (const MV_gaussian_distribution &P, const Vector &x)
 Computes the log PDF a multivariate normal distribution at x. More...
 
double kjb::pdf (const Chinese_restaurant_process &cpr, const Chinese_restaurant_process::Type &B)
 PDF of the CPR. More...
 
double kjb::log_pdf (const Chinese_restaurant_process &cpr, const Chinese_restaurant_process::Type &B)
 log-PDF of the CPR. More...
 

Detailed Description

Definition of the non-inline pdf and cdf functions.

Author
Kobus Barnard
Ernesto Brau