CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 回归模型预测

搜索资源列表

  1. CubicMultinomialRegress

    0下载:
  2. 一、 一元三次回归方程 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) 预测函数,根据模型得到预测结果
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3813
    • 提供者:wangyinghao
  1. ExponentRegress

    0下载:
  2. 指数回归方程 ExponentRegress.cs 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4623
    • 提供者:wangyinghao
  1. HyperbolaRegress

    0下载:
  2. 双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 pub
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4787
    • 提供者:wangyinghao
  1. LogarithmRegress

    0下载:
  2. 对数回归方程 LogarithmRegress.cs 方程模型为 Y=a*LnX+b public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3662
    • 提供者:wangyinghao
  1. makefuyuce

    2下载:
  2. Autoregressive Markov Switching Model函数用于评估、仿真及预测自回归的马尔可夫转换模型。可以选择用于模型估计的分布函数。用于研究时间序列结构性变化,分析金融、股市乃至通货膨胀的研究-Autoregressive Markov Switching Model function for the assessment, simulation and forecasting autoregressive Markov switching model. Estimate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:85285
    • 提供者:lili
  1. zihuigui

    0下载:
  2. 自回归模型,参数优化,应用预测,c#所写,测试准确-Since the regression model, parameter optimization, the application of prediction, c# written, accurate test
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:797
    • 提供者:王伟
  1. Ox-MSVAR

    0下载:
  2. 基于OX的马尔可夫向量自回归模型,估计、预测马尔可夫向量自回归。-OX based on the Markovian vector auto regression model
  3. 所属分类:Algorithm

    • 发布日期:2014-11-04
    • 文件大小:50176
    • 提供者:林洋
  1. zihuigui

    0下载:
  2. 自回归模型是数学预测计算中很常用的模型,用途广泛,在工程实际背景或者数学建模竞赛中都会经常用到-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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:10619
    • 提供者:毛志祥
  1. 123

    1下载:
  2. 有关回归分析的所有算法,包括详细的原理介绍及具体的matlab代码,很适合初学者使用,及有关工程人员参考;其中包含了一元线性回归、最小二乘估计方法、显著性检验、多元线性回归、利用回归模型预测、非线性回归、逐步回归等-All algorithms related to regression analysis, including a detailed descr iption and the specific principles matlab code, it is suitable for b
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:256147
    • 提供者:曹清云
  1. Unary-Polynomial-Regression-Model

    0下载:
  2. 一元多项式回归模型及其Matlab程序,已知各年度的税收数据见表11,预测第15年的税收-One dollar polynomial regression model and its Matlab program, known tax data for each year in Table 11, forecast the 15th year of tax
  3. 所属分类:Algorithm

    • 发布日期:2017-12-14
    • 文件大小:30187
    • 提供者:李亭亭
  1. spark-timeSeries

    1下载:
  2. 采用ARIMA模型(自回归积分滑动平均模型)+三次指数平滑法(Holt-Winters),用scala语言实现的在spark平台运行的分布式时间序列预测算法(Using the ARIMA model (autoregressive integral moving average model) + Holt-Winters (Holt-Winters), using scala language to achieve the spark platform to run the distribut
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:33792
    • 提供者:小龙女
  1. sas小程序

    0下载:
  2. Sas小程序包,包括3d绘图程序,灰色预测模型,层次分析法程序,回归分析预测程序,数据标准化,主成分分析法等(Sas small program package, including 3D drawing program, grey prediction model, analytic hierarchy process, regression analysis and prediction program, data standardization, principal component a
  3. 所属分类:数学计算

    • 发布日期:2018-04-21
    • 文件大小:8192
    • 提供者:ybbanb
  1. logisticRegressionshiyan线性回归

    1下载:
  2. 用于数据挖掘,疾病自动诊断,经济预测等领域。例如,探讨引发疾病的危险因素,建立Logistics回归模型,并根据此预测疾病发生的概率等(Used for data mining, disease automatic diagnosis, economic forecasting and other fields. For example, to explore the risk factors for disease, establish Logistics regression model,
  3. 所属分类:数学计算

  1. 人口预测模型

    2下载:
  2. 数学建模人口预测程序加例子,用马尔萨斯+logistic做的(Mathematical modeling of population prediction program and examples, using Malthus + logistic)
  3. 所属分类:数学计算

    • 发布日期:2021-03-02
    • 文件大小:2738176
    • 提供者:sdzzgshu
搜珍网 www.dssz.com