搜索资源列表
PCA_Matlab_ana
- 主成分分析是把多个指标化为少数几个终合指标的一种统计分析方法。本源代码为matlab中源代码,并添加了相应的分析注解-Principal Component Analysis is more than a few indicators as a final indicator of a statistical analysis method. Source code for which the source code Matlab, and add the corresponding analy
chi2test
- 此代码用于具有卡方或近似卡方分布的统计量的假设检验-chi-square test
dea
- 本代码是王岩数理统计与MATLAB工程数据分析一书的所有源代码。特点着重基础、强化应用、便自学,是工程数据分析一本很好的书,代码说明也较为详细,本人极力推荐!-This code is WangYan mathematical statistics and data analysis of the MATLAB project book all the source code. Based on characteristics, strengthening the application, an
yundong
- SAR(合成统计雷达)点目标成像matlab代码-SAR (synthetic statistical radar) point target imaging matlab code
FuzzyClusteringToolbox
- 四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separatio
Statisticsanddataanalysis
- 这个是一个matlab经典教程的一个关于数据统计和分析和原代码,请大家赶快下载哦,-This is a classic matlab tutorial on statistics and data analysis and source code, please download as soon as possible Oh,
FuzzyClusteringToolbox
- 四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separatio
WindowsApplication2
- 针对学校运动会进行记分统计的一个简单小代码-Games for schools to score a simple little code statistics
BISPECD
- 本代码是基于间接法估计高阶统计量的双谱程序-This code is based on the indirect method to estimate the higher order statistics of the two-spectrum procedure.
OFDM_code
- 本代码是关于OFDM通信系统的仿真源程序,其中信道编码,QPSK调制,QPSK解调,FFT,IFFT,viterbi编译码,误比特统计,滤波等模块。-The code is on the OFDM communication system simulation source, which channel coding, QPSK modulation, QPSK demodulation, FFT, IFFT, viterbi decoding, bit error statistics, th
mfa
- 用于盲信号分离的原代码,可以根据输入源信号的基本统计特征,由观测数据进行信号分离,最终恢复出源信号。 -Blind signal processing has become an emerging subject in signal processing in these years, which depends on the source signal statistical characteristics to separate the signals from the observa
Code_MATLAB_Statistical_Analysis
- 这是张德丰《MATLAB概率与数理统计分析》随书源码(M文件)。代码包括的内容有:概率分布计算及统计特征、数字特征计算、统计图绘制(盒状图、散度图等)、点估计和区间估计、假设检验、方差分析、曲线拟合、回归分析、因素分析、聚类分析、正交实验设计分析、多元方差分析、判别分析、隐马尔可夫模型建模与参数估计和在语音识别中的应用。-This is Zhang Defeng " MATLAB Analysis of probability and mathematical statistics,&
ex1
- Matlab在图像处理方面的代码 染色体识别与统计-Matlab code in image processing and statistical identification of chromosome
chip_histogram_features
- 特征提取是模式识别中最重要的一个部分,这里提供的matlab代码计算一些基本的话音特征,而且,提供了一个简单的基于直方图的特征分类方法的实现。基本的特征包括:特征统计、Energy Entropy Standard Deviation (std)、均值信息熵、过零率检测、频谱衰减等等六个特征-Pattern recognition feature extraction is the most important part, here' s matlab code to compute so
matlab金融代码
- matlab统计分析与应用的40个案例分析中的部分代码!
代码
- 隐Markov模型(简称为HMM)是在Markov模型的基础上发展而来的。由于实际问题比Markov模型所描述的问题更为复杂,观测到事件并不是与状态一一对应,而是通过一组观测概率分布相联系,这样的模型称为HMM。它是一个双重随机过程,其中之一是Markov链,这是一个基本的随机过程,描述状态之间的转移。另一个随机过程描述状态和观测变量之间的统计对应关系,这样,站在观察者的角度,只能看到观察值,不象Markov模型中的观测值和状态一一对应。(The implicit Markov model (H
Exponential smoothing model
- 计算指数平滑模型预测及预测值与真实值的统计量计算(Exponential smoothing model and prediction value statistic calculation)
数据统计分析MATLAB代码
- 用于处理数据,辅助进行数据的统计与描述分析MATLAB源代码。(Data statistics and descr iption analysis code)
KS样本划分代码
- K-S,即kolmogorov检验法,亦称拟合优度检验法。用来检验给定的一组数据是否来自分布F=F0,原理是若H0成立,则max|v/n-F0(qj)|应该很小,用手算几乎在绝大多数情况下是不可能的,通常借助统计软件,如SAS,S+等(K-S, namely Kolmogorov test, also known as goodness of fit test. It is used to test whether a given set of data comes from the distr
学习Matlab的60个经典程序代码
- 学习Matlab的60个经典程序代码,快速掌握Matlab,学会经典的Matlab算法。包含常见数值计算与数据统计及绘图案例。