这个matlab程序用于实现广义高斯分布的参数估计,非常有用
上传时间: 2013-11-29
上传用户:lyy1234
K-Means动态聚类算法源程序(c++)
上传时间: 2014-08-17
上传用户:PresidentHuang
自适应核时频分布在抑制交叉项中的应用-pdf文档
上传时间: 2013-12-02
上传用户:lwwhust
几种Cohen类时频分布的比较及应用-pdf文档
上传时间: 2016-05-30
上传用户:refent
k-means算法。包括一个测试的4类的测试数据集。
上传时间: 2016-05-31
上传用户:时代电子小智
凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26 如:k=5 “hello world”加密为:mjqqt….
上传时间: 2014-01-23
上传用户:nairui21
聚类分析程序 k-means 编译环境 gcc/stl
上传时间: 2016-06-02
上传用户:wfl_yy
% 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 %
标签: multidimensional estimation algorithm Gaussian
上传时间: 2013-12-03
上传用户:我们的船长
能够产生多达50种分布的随机变量(Nakagami,Rayleigh,Poisson...).
标签: Nakagami Rayleigh Poisson 分布
上传时间: 2014-01-09
上传用户:tedo811
已知准对称信道转移矩阵和输入分布,求信道容量
上传时间: 2014-11-27
上传用户:努力努力再努力