搜索资源列表
MATLAB
- 概率密度或分布通用函数,其中包括正态分布,二项分布,指数分布等
基于支持向量机的手写数字识别(小论文+matlab编程及结果)
- 支持向量机的研究现已成为机器学习领域中的研究热点,其理论基础是Vapnik[3]等提出的统计学习理论。统计学习理论采用结构风险最小化准则,在最小化样本点误差的同时,缩小模型泛化误差的上界,即最小化模型的结构风险,从而提高了模型的泛化能力,这一优点在小样本学习中更为突出。SVM理论正是在这一基础上发展而来的,经过十几年的研究和发展,已开始逐步应用于一些领域。在解决小样本、非线性及高维模式识别问题中表现出许多特有的优势,已经在模式识别、函数逼近和概率密度估计等方面取得了良好的效果。
parzen.根据样本进行概率密度函数估计
- parzen窗法,功能是根据样本进行概率密度函数估计。实现了对正态分布概率密度函数和均匀分布双峰概密函数进行估计,Parzen window method, function is based on a sample of the estimated probability density function. The realization of the normal distribution probability density function and uniform distributi
ML.rar
- 该算法是经典的信噪比估计算法——最大似然估计算法,利用接收信道的先验概率密度函数,ML法能够很好的估计信号的信噪比,The algorithm is a classic signal to noise ratio estimation algorithm- maximum likelihood estimation algorithm, using the a priori receiver channel probability density function, ML method can
sampletopdf
- 一种从采样数据构造概率密度函数的方法 sample to pdf -sample to pdf
matlab-pdf
- 通过matlab代码画出的各种概率密度函数图形仅供参考-By matlab code to draw the beta probability density function graph for reference only
semilogy_rice_fading
- rician衰弱概率密度图 matlab环境下-rician matlab semilogy
pdf
- 对图像进行中值金字塔分解后,分别求取各层的概率密度函数-Image after median pyramid decomposition, respectively, to strike all floors of the probability density function
chap08
- ex6_1 ~ ex6_3二项分布的随机数据的产生 ex6_4 ~ ex6_6通用函数计算概率密度函数值 ex6_7 ~ ex6_20常见分布的密度函数 ex6_21 ~ ex6_33随机变量的数字特征 ex6_34 采用periodogram函数来计算功率谱 ex6_35 利用FFT直接法计算上面噪声信号的功率谱 ex6_36 利用间接法重新计算上例中噪声信号的功率谱 ex6_37 采用tfe函数来进行系统的辨识,并与理想结果进行比较 ex6_38 在置信度为0
gailvlunkechengsheji
- (一)目的:通过对常用的概率密度函数和分布函数的应用,达到熟练掌握概率密度函数和分布函数调用方法的目的。 (二)任务:对实际的案例进行分析,调用相应概率密度函数和分布函数,使用MATLAB软件计算其结果。 (三)要求:理解概率密度函数和分布函数,能够解决实际问题。 -(A) Purpose: used by the probability density function and distribution function of the application, to master
PDFofQuess
- 高斯独立同分布的mimo信道环境下,对协方差矩阵R的个元素的概率密度函数的统计-PDF of R under Quess Channel
montercarlo
- 用monte carlo的方法对Nakagami的概率密度函数进行仿真-Using monte carlo methods for Nakagami probability density function of the simulation
program
- 我写的一个小程序。用MATLAB自动生成任意维数和任意数量的数据,并且根据这些数据用一定的方法统计出这些点的概率密度。-I wrote a small program. MATLAB automatically generated using an arbitrary dimension and arbitrary amount of data, and based on these data in a certain way to the statistics of the probabili
bayes-classsifier
- 该程序源码中包括了各种典型分布的二维数据的自动生成,二维概率密度函数的极大似然估计和窗函数估计,bayes分类器的设计和分类器错误率的多种方法估计-The program includes a variety of typical source distribution of the automatic generation of two-dimensional data, two-dimensional probability density function of the maximum l
plot
- 用matlab自行编写的概率密度函数绘图代码-failed to translate
MATLAB-function
- 包括各种波形函数(含拉普拉斯分布),各种概率密度函数-including many wave function(Laplasse function),many pdf function
biVarHgram.m
- biVarHgram 是Matlab程序,使用时请将文件的扩展名由.txt改为.m。 biVarHgram程序用于计算两个随机离散变量的直方图矩阵,用以估计两个变量的概率密度函数。
概率密度分布函数图
- 用matlab仿真出了常用的分布如瑞利、对数正太分布、韦布尔分布的概率密度分布图。(Using MATLAB to simulate the distribution of the commonly used, such as Rayleigh distribution, logarithmic teenage boy Weibull distribution probability density distribution.)
M_500moni
- matlab中绘制直方图 及其概率密度曲线图程序(A program for drawing histogram and its probability density curve in MATLAB)
matlab画概率密度图
- 在处理大量数据时,我们可以利用matlab软件并根据以上源代码进行刻画数据的概率密度图