搜索资源列表
copulas
- copua是金融数学计算中的一类新模型。本代码提供了最常用的copula模型,如clayton等中的参数估计等内容-copua financial mathematical calculation of a new type of model. This code provides the most commonly used model of Copulas, such as Clayton of parameter estimation etc.
Higher-order-differential-equations
- 工程问题中常用微分方程的形式建立数学模型,所以微分方程求解很有意义。本程序用Euler、改进Euler和经典公式对这类方程进行求解
现代统计学与SAS应用
- 本书共分6篇,第1篇统计学基础知识与SAS软件应用技巧,介绍了统计学的基本概念和学习方法、试验设计入门、统计描述、SAS软件应用入门、编写SAS实用程序的技巧、单变量统计分析和利用SAS/GRAPH模块绘制常用统计图的方法。第2篇试验设计与定量资料的统计分析,介绍了与t检验、非参数检验和各种方差分析有关的试验设计和数据处理方法。第3篇试验设计与定性资料的统计分析,介绍了处理二维及高维列联表资料的各种统计分析 方法,包括卡方检验、Fisher的精确检验、典型相关分析、logistic回归模型和对数
fenxing
- 分形维数作为科学研究的重要工具之一,它是描述自然界和非线性系统中不光滑和不规则几何体的有效工具,其 计算方法已经有多种,应用领域也是十分广泛。然而,各种方法各有不同,文中就此对常用分形维数计算方法进行了系统 的综合与研究,主要包括圆规法、明科斯基方法、变换方法、盒子计算方法、周长- 面积法、裂缝岛屿方法、分形布朗模型法, 对每种方法的含义和模型及相关的应用领域进行了阐述,并给出了其方法的计算机实现算法。-As one of science study tools ,fractal d
MaxEntropy
- 最大熵模型,信息检索中常用,压缩包中有三个ppt,有英文的,有中文的-Maximum entropy model, commonly used in information retrieval, compressed packet, there are three ppt, in English, there are Chinese
Analytic-hierarchy-process-AHP-
- 本代码是数学建模中常用的方法层次分析法的常用程序,对解决评价模型是十分重要的模型。-This code is commonly used mathematical modeling methods commonly used analytic hierarchy process, evaluation of the model is very important to solve the model.
VOF85
- CFD数值模拟的一种高精度数值计算格式,在CFD中应用广泛。VOF是两相流计算的一种常用模型。这是VOF模型的FOR源代码。-CFD numerical simulation of a high-precision numerical algorithm, widely used in CFD. VOF is a commonly used model of two-phase flow calculations. This is the the VOF model FOR source cod
zihuigui
- 自回归模型是数学预测计算中很常用的模型,用途广泛,在工程实际背景或者数学建模竞赛中都会经常用到-Since the regression model is very commonly used mathematical calculations to predict the model, widely used in engineering or mathematical modeling contest in the background are often used
marmousi-mode
- 地震勘探中常用的marmousi模型,用matlab绘出的原始图像,用线性插值,领近插值,双线性插值等多种差值方法来对marmousi模型进行处理-Marmousi commonly used in seismic exploration model of the original image using matlab plot, using linear interpolation, brought nearly interpolation, bilinear interpolation me
FAST_v601
- 风电系统常用计算仿真模型,简洁实用,学者必备。-Wind power system simulation model used in the calculation, simple and practical, scholars must have.
kohonen-network
- kohonen网络的聚类算法—网络入侵聚类,数学建模常用模型-clustering algorithm kohonen network- network intrusion clustering, mathematical modeling commonly used model
laobai
- 包含CV、CA、Single、当前、恒转弯速率、转弯模型,基于人工神经网络的常用数字信号调制,预报误差法参数辨识-松弛的思想。- It contains CV, CA, Single, current, constant turn rate, turning model, The commonly used digital signal modulation based on artificial neural network, Prediction Error Method for Param
ganggan
- 包含CV、CA、Single、当前、恒转弯速率、转弯模型,基于人工神经网络的常用数字信号调制,使用拉亚普诺夫指数的公式。- It contains CV, CA, Single, current, constant turn rate, turning model, The commonly used digital signal modulation based on artificial neural network, Raya Punuo Fu index using the formul
qiufeng_V6.8
- 感应双馈发电机系统的仿真,基于人工神经网络的常用数字信号调制,matlab实现了五类灰色关联度模型的计算。- Simulation of doubly fed induction generator system, The commonly used digital signal modulation based on artificial neural network, matlab implements five gray correlation degree computing model
qeng-V2.3
- 高斯白噪声的生成程序,基于人工神经网络的常用数字信号调制,本科毕设要求参见标准测试模型。- Gaussian white noise generator, The commonly used digital signal modulation based on artificial neural network, Undergraduate complete set requirements refer to the standard test models.
常用数学模型及建模方法
- 常用数学模型及建模方法介绍,在做数学建模比赛时比较实用(The commonly used mathematical model and modeling method is more practical in the mathematical modeling contest)
最速下降法求解方程组
- 最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It can be said that it is the ol
贝叶斯算法课件和相应的算法源码
- 贝叶斯算法课件和相应的算法源码,在数学建模里常用的一种概率模型建模方法,里面有相应的课件