搜索资源列表
Parzen-window
- 这是一个有关parzen窗估计的代码,用来估计概率密度函数。采用了方窗、指数窗、高斯窗函数三种核函数,附有matlab程序。-This is an estimate of the code related to parzen window, used to estimate the probability density function. With a side window, the index window, Gaussian window function three kinds of
KernelDensityEstimation
- 实现k维度的核密度估计,包含了点积核和常规核函数的实现-implement k-dimensional kernel density estimation, supports product kernels ,Gausiankernel 。
KernelDensityEstimation
- 核密度估计的Python源代码,用于核方法估计-Kernel Density Estimation
MutualInfo
- 通过高斯核密度估计计算多元变量之间的互信息熵-The mutual information entropy between multivariate variables is calculated by Gaussian kernel density estimation
canshuguji
- 参数估计对某一班级学生成绩进行统计分析,并绘制核密度函数,进行检验。-It is estimated that the results of a class are analyzed and the nuclear density function is plotted and tested
Nonparametric kernel density
- 计算数据的累计概率密度,采用三次样条插值计算分位点的值,区间预测,里面有具体程序及相关文献。(The cumulative probability density of the calculated data is calculated by three spline interpolation)
盲源分离
- 常用的盲分离算法有二阶统计量方法、高阶累积量方法、信息最大化( Infomax )以及独 立成分分析( ICA )等。这些方法取得最佳性能的条件总是与源信号的概率密度函数假设有关, 一旦假设的概率密度与实际信号的密度函数相差甚远,分离性能将大大降低。本文提出采用 核函数密度估计的方法进行任意信号源的盲分离,并通过典型算例与几种盲分离算法进行了 性能比较,验证了方法的可行性。(The commonly used blind separation algorithms include
matlab二维核密度估计kde2d
- 二维核密度估计代码的代码,能够提供二维的概率估计(two-dimensional kernal density estimation)