搜索资源列表
AR(5)
- 利用AR模型进行时间序列预测的程序源代码,使用最小二乘估计法进行参数估计。拟合效果非常好。-use AR model for time series prediction of the source code, the use of least squares estimation method to estimate parameters. Fitting very good results.
ARMCSharp
- C#编写的AR(M)趋势预测模型函数,包括AR模型参数值计算,预测函数,还有LDLT计算三角矩阵方程函数-prepared by the AR (M) trend forecasting model function, including the AR model parameter values, the predictive function. There LDLT triangular matrix equation calculation function
CubicMultinomialRegress
- 一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果
ExponentRegress
- 指数回归方程 ExponentRegress.cs 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。
HyperbolaRegress
- 双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 pub
LogarithmRegress
- 对数回归方程 LogarithmRegress.cs 方程模型为 Y=a*LnX+b public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据
RPF
- 用MATLAC做的非线性时间序列预测和平滑,可以用来做非线性模型的预测和估计
diceng
- 地层出水预测计算模型,根据井段深度、孔隙压力、地层水粘度、砂岩骨架密度等参数计算地层出水量,并图形显示
GM11
- 多年前写的一个灰色系统-时间序列预测模型,学习灰色系统的可以参考,内有测试数据,程序可执行。-Many years ago written by a gray system- time-series forecasting model, learning can refer to the gray system with a test data, the program executable.
huise
- 灰色gm(1,1)模型 数据由txt文档调入 包括残差以及精度 可以预测多个数值-Gray gm (1,1) model data transferred from the txt file, including residuals, as well as a number of numerical accuracy can be predicted
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
GM
- 数学建模模型时间序列灰色预测模型的C语言实现-Mathematical modeling of time-series model gray prediction model of the C language
123
- 有关回归分析的所有算法,包括详细的原理介绍及具体的matlab代码,很适合初学者使用,及有关工程人员参考;其中包含了一元线性回归、最小二乘估计方法、显著性检验、多元线性回归、利用回归模型预测、非线性回归、逐步回归等-All algorithms related to regression analysis, including a detailed descr iption and the specific principles matlab code, it is suitable for b
least_square_fit
- 关于mitscherlich模型预测的matlab程序 并引用了一些数据-Mitscherlich model on the prediction of the matlab program And some data are quoted.
vsntrolmoyel
- nonlinear model predictive control模型预测控制,-Nonlinearmodelpredictivecontrol model predictive control,
数学建模思想方法大全及方法适用范围
- 时间序列预测法是一种定量分析方法,它是在时间序列变量分析的基础上, 运用一定的数学方法建立预测模型,使时间趋势向外延伸,从而预测未来市场的 发展变化趋势,确定变量预测值。(Time series forecasting method is a quantitative analysis method. It is based on the analysis of time series variables,A mathematical model is used to establish a
prog
- 基于波浪的运动本构模型,预测波浪的物理参数。(The wave based motion constitutive model predicts the physical parameters of waves.)
gray prediction and iterative methods
- matlab预测模型,之灰度预测,还有改进欧拉,龙格库塔等迭代方法(prediction model, gray prediction, and improved Euler, Runge Kutta and other iterative methods)
人口预测模型
- 数学建模人口预测程序加例子,用马尔萨斯+logistic做的(Mathematical modeling of population prediction program and examples, using Malthus + logistic)
RSM
- 建立1-4阶响应面代理模型,建立4阶响应面预测模型,对模型精度进行检验(Establishing the fourth order response surface proxy model)