-
EM_GM
% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% maxiter - maximum number of iteration allowed ([] for none)
% pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none)
% Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none)
%
% Ouputs:
% W(1,k) - estimated weights of GM
% M(d,k) - estimated mean vectors of GM
% V(d,d,k) - estimated covariance matrices of GM
% L - log likelihood of estimates
%( EM algorithm for k multidimensional Gaussian mixture estimation Inputs: X (n, d)- input data, n = number of observations, d = dimension of variable k- maximum number of Gaussian components allowed ltol- percentage of the log likelihood difference between 2 iterations ([] for none) maxiter- maximum number of iteration allowed ([] for none) pflag- 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) Init- structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) Ouputs: W (1, k)- estimated weights of GM M (d, k)- estimated mean vectors of GM V (d, d, k)- estimated covariance matrices of GM L- log likelihood of estimates)
- 2008-04-27 15:51:27下载
- 积分:1
-
iris-encode-and-recognition
encoding of iris and its recognition using matlab
- 2013-09-12 17:43:36下载
- 积分:1
-
New-WinRAR-ZIP-archive
beamforming of smart antena
- 2013-04-05 16:31:01下载
- 积分:1
-
qpsk_tx
How to transmit a QPSK signal
- 2010-09-07 01:54:14下载
- 积分:1
-
jingtongmatlab
说明: 清华大学 研究生 最优化 源代码 matlab 程序(Tsinghua University graduate program optimized source code matlab)
- 2011-04-07 11:40:29下载
- 积分:1
-
ImageSegmentation
一种二值化方法,使用图像纹理分割,基于MATLAB平台(A kind of binarization methods, texture segmentation, based on MATLAB platform)
- 2010-05-25 16:51:31下载
- 积分:1
-
PS2
power spectrum density for different digital communications schemes
- 2013-09-20 09:30:42下载
- 积分:1
-
pdee
求解偏微分方程的matlab实现,运行pdee(An example to solve the PDE)
- 2011-12-10 15:26:16下载
- 积分:1
-
ex6
program that will calculate how many odd integers in a given interval from 1 to N, where N is entered through the keyboard. The program will print out the total number of odd numbers in a given interval as the product of all odd numbers in that interval. As a result, the program should print "at intervals of 1 to N has <x> odd numbers and their product is <proizvod>.".
- 2014-02-04 18:16:03下载
- 积分:1
-
vqsplit
This function is for training a codebook for vector quantization. The data set is split to two clusters, first, and the mean of each cluster is found (centroids). The disttance of each vector from these centroids is found and each vector is associated with a cluster. The mean of vectors of each cluster replaces the centroid first. If the total distance is not improved substantially, The centroids are each split to two. This goes on untill the required number of clusters is reached and the improvement is not substantial.
- 2011-02-03 23:01:09下载
- 积分:1