Home | History | Annotate | Download | only in src

Lines Matching full:pdf

439 //    Purpose: The function computes the Gaussian pdf for a sample vector 
442 // mu - pointer to the mean vector of the Gaussian pdf
443 // var - pointer to the variance vector of the Gaussian pdf
446 // Returns: the pdf of the sample vector given the specified Gaussian
471 // Purpose: The function computes the mixture Gaussian pdf of a sample vector.
474 // mu - two-dimensional pointer to the mean vector of the Gaussian pdf;
477 // var - two-dimensional pointer to the variance vector of the Gaussian pdf;
484 // Returns: the pdf of the sample vector given the specified Gaussian mixture.