lqr_eval | R Documentation |
Calculates the Gaussian logPDF given Mean and Covariances.
lqr_eval(Data, ModeMean, CholeskyCovar)
Data |
[1:N,1:d] Numerical matrix, N = number of cases, d = dimension. |
ModeMean |
Numerical vector with one d-dim mode in GMM. |
CholeskyCovar |
Numerical matrix with covariance matrix of d-dim mode (dxd matrix where d denotes the feature's dimension). |
List with
logPDF |
Numerical vector with log Gaussian PDF. |
Quirin Stier
Baggenstoss, Paul M., and T. E. Luginbuhl.: An EM algorithm for joint model estimation. IEEE International Conference on Acoustics, Speech, and Signal Processing. Proceedings. ICASSP99 (Cat. No.99CH36258), Phoenix, AZ, USA, 1999, pp. 1825-1828 vol.4, IEEE, doi:10.1109/ICASSP.1999.758276, 1999.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.