Home | History | Annotate | Download | only in src

Lines Matching full:gaussian

200 //                num_mix - number of gaussian mixtures in HMM states 
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;
481 // weight - pointer to the wights of the Gaussian mixture
482 // NumMix - the number of Gaussian mixtures
484 // Returns: the pdf of the sample vector given the specified Gaussian mixture.