搜索资源列表
kalmanfilt
- 本程序是AR(2)模型进行数据建模,再进行kalman滤波,进行数据去躁处理,尤其用在光纤陀螺上-AR (2) model for data modeling, further Kalman filtering, data processing to impatient, especially with the fiber gyro
LeastSquareMethod
- 运用主元分析进行数据预处理,最小二乘法建模,对未知数据按照模型给出预测结果-The use of principal component analysis for data pre-processing, least squares modeling, the unknown data is given in accordance with the model predictions
Numerical_Recipes_in_C.The_Art_of_Scientific_Compu
- 《数值分析方法库 》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。-《Numerical Recipes in C: The Art of Scientific Computing》, The pro
NumericalRecipesinCWilliam.H
- 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语
Density_Estimation
- 分别采用GMM和KDE对Iris数据集进行密度建模,并进行对比。通过EM算法来确定GMM参数,通过交叉验证来确定K值-GMM and KDE respectively Iris data set of density modeling, and compared. GMM by EM algorithm to determine the parameters of K determined by the value of cross-validation
stepwise-regression-analysis-
- C++做的逐步回归分析程序,用于数据统计分析建模-C++do stepwise regression analysis program, used for data analysis modeling
Numerical-algorithms-in-C
- 含线性代数方程组的算法,快速傅里叶变换等,和一些数据建模等-you know
mathmatical-modeling-paper
- 这是第六届研究生数学建模竞赛的论文。该论文获得全国3等奖。其中包含有论文,程序,数据。相信对参加数学建模的同学有帮助。-This is the sixth post-graduate mathematical modeling contest papers. The paper won the national 3rd place. Which includes papers, programs, data. I believe the students participate in mathe
mathematical-roblems
- 一道数学建模中遇到的问题,对其进行的编码。实现表格中数据的特征值的提取。-A mathematical modeling of the problems encountered by their coding. To achieve the extraction of the eigenvalues of the data in the table.
dt5
- 交通巡警数学建模,规划所用的数据处理和计算-Traffic patrol mathematical modeling, planning, data processing and computing
WTClass
- 实现逐步判别方法的vb源码,可以对已知的多目标对象进行函数建模识别,输出计算过程中间数据以便查验;输出选出的因子和判别系数;输出判别方程及合率;如果有检验集,可输出判别方程的推广能力。侧重算法实现,一般界面,易用性好,如果觉得好,多谢支持!-Vb source stepwise discriminant function modeling to identify multi-target object known, the output calculated the middle of the
FCMClust
- 模糊聚类分析作为无监督机器学习的主要技术之一,是用模糊理论对重要数据分析和建模的方法,建立了样本类属的不确定性描述,能比较客观地反映现实世界,它已经有效地应用在大规模数据分析、数据挖掘、矢量量化、图像分割、模式识别等领域,具有重要的理论与实际应用价值,随着应用的深入发展,模糊聚类算法的研究不断丰富-Unsupervised fuzzy clustering analysis as the main machine learning techniques is the use of fuzzy t
simplize
- 对新月沙丘进行建模,生成一系列水平高度上沙丘截面数据,以便导入实体建模软件进行实体造型-Modeling of the crescent dunes, dune-sectional data to generate a series of horizontal height to import solid modeling software for solid modeling
LINGO
- lingo软件的基本教程,用来处理数据,为数学建模的同学提供方便-Lingo software, the basic course, which is used to process the data
Epidemic_Models
- 传染病模型,用于数学建模数据分析及绘图,包括SI模型、SIR模型、SIS模型图形绘制。-Epidemic model for mathematical modeling data analysis and graphics, including the SI model, SIR model, SIS model graphics rendering.
Population_growth_model
- 人口增长模型,用于数学建模数据分析与绘图,其中包括线性拟合、指数增长模型以及阻滞增长模型。-Population growth model for mathematical modeling of data analysis and graphics, including linear regression, exponential growth model and arrest growth model.
burg
- 时间序列AR建模,参数递推算法中的burg算法,可替换数据运行-Time series AR modeling, parameter recursive algorithm burg algorithm that can replace the data run
mcm_a
- 这个是我做2014年深圳杯数学建模大赛(东北三省数学建模大赛与他试题相同),这个事a题的相关matlab源程序和数据包并包含部分程序结果的图片-This is what I did in 2014, Shenzhen Cup Mathematical Modeling Contest (Northeast mathematical modeling contest with him the same questions), this thing is a problem related to m
Numerical-Recipes
- 内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。-Include: solving lin
程序及数据
- 用于求解数学建模算法的代码,数据。可直接使用。(Code for solving mathematical modeling algorithms)