CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 一元线性回归

搜索资源列表

  1. xxhg

    0下载:
  2. 用于处理序列的一元线性回归计算,比较简单好用-Processing sequence for a linear regression, simple easy to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1214
    • 提供者:zhou
  1. LR

    0下载:
  2. 此程序用来计算变量x和时间t的一元线性回归,例如x=a+bt-THIS IS A PROGRAM OF LINEAR REGRESSION BETWEEN X AND T(TIME OR YEAR),i.e. X=A+BT
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:649
    • 提供者:黎姣
  1. 05P65matlab

    0下载:
  2. 求一元线性回归的matlab代码,处理地理有关数据常用。-Find a linear regression matlab code to handle geographic data used for.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1175
    • 提供者:苏光
  1. ch10

    0下载:
  2. 附件内容为一些数据处理代码,包括一元线性回归、多元线性回归等。-Linear regression
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:16231
    • 提供者:逍遥行1989
  1. Gradient-descent-of--regression

    0下载:
  2. 给定一组数据,用梯度下降法进行一元线性回归。包含数据和源程序。-Given a set of data, a linear regression using the gradient descent method. Contains the data and source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:4285
    • 提供者:余风
  1. 111111

    0下载:
  2. 一元线性回归 delphi 源程序 代码 说明-Unitary linear regression delphi source code instructions
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-10
    • 文件大小:2277614
    • 提供者:鲁佳慧
  1. linear-degree-and-residues

    0下载:
  2. 可用于拟合化学分析中的一元线性回归并绘制残差图,找出可疑数据,对化学分析工作者很有用!-Caculated the linear degree and residues of all values you got.Very important for the chemical engineers and scientists.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1046
    • 提供者:fen
  1. Lercfzipe

    0下载:
  2. 最小二乘法 一元线性回归 最小小二乘法 一元线性回归 -The method of least squares linear regression most small squares linear regression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:196738
    • 提供者:ttj
  1. sourcecode

    0下载:
  2. 一元线性回归拟合,随便做的一个东西,提供给大家参考-A linear regression fit
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:7164
    • 提供者:罗晓俊
  1. simple-linear-regression-

    0下载:
  2. 一元线性回归处理可以帮你轻松处理线性问题-simple linear regression that help you solve the linear problems easily
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:6818
    • 提供者:wenxueliang
  1. DataRegression

    0下载:
  2. 用C#实现的一元线性回归程序,带有分析图及分析误差等,功能完整。-C# implementation of a linear regression procedures.
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:59327
    • 提供者:lee
  1. linear

    0下载:
  2. 一元线性回归分析预测法 根据2008~2012年的利润额预测2013年的利润额-A linear regression analysis and forecasting method
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:948
    • 提供者:andy
  1. linear_CSharp

    0下载:
  2. 一元线性回归分析预测法 根据2008~2012年的利润额预测2013年的利润额-A linear regression analysis and forecasting method
  3. 所属分类:CSharp

    • 发布日期:2017-12-07
    • 文件大小:951
    • 提供者:andy
  1. yiyuanhuiguifexi

    0下载:
  2. 进行一元线性回归分析,分析的模型y=a+bx+e,e服从N(0,sigma平方),以及根据所建的一元线性回归模型进行预测实例-A linear regression analysis, the analysis of the model y = a+bx+e, e obey N (0, sigma squared), and built a linear regression model to predict instance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-06
    • 文件大小:1630
    • 提供者:叶海良
  1. Linear

    1下载:
  2. 一元线性回归分析,matlab源程序,不错的小程序-A linear regression analysis matlab source code, a nice little program ~ ~ ~ ~
  3. 所属分类:Other windows programs

    • 发布日期:2014-08-21
    • 文件大小:2048
    • 提供者:李萱妍
  1. A-linear-regression

    0下载:
  2. 一元线性回归中,主要计算拟合优度(相关系数平方)、计算标准误差、计算F统计量、计算截距的t统计量、计算DW统计量等,以及借助回归分析程序包计算回归系数并估计检验统计量。-A linear regression, the main computing goodness-of-fit (correlation coefficient Square), calculation of standard error, calculation of F statistic, t statistic calc
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:4185
    • 提供者:紫一
  1. cSharplogist

    0下载:
  2. 数据挖掘中的一元线性回归算法,用C#源码实现。主要是windows窗体程序,开发平台VS2005-Data mining in a linear regression algorithm, using C# source
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:58772
    • 提供者:江户川
  1. Statistical-Analysis-MATLAB-

    1下载:
  2. Statistical Analysis 软件包。与应用案例,包括一元线性回归,双因素等重复方差分析1,多元线性回归2等。-Statistical Analysis package. Applications, including a linear regression, two-factor repeated analysis of variance, multiple linear regression 2.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:7998464
    • 提供者:凉风
  1. 1huigui

    0下载:
  2. 一元线性回归分析程序,利用资料文件进行一元线性回归分析并做显著性检验.-A linear regression analysis procedures, the use of data files for a linear regression analysis and made significant test.
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:171311
    • 提供者:韩迁立
  1. sas

    0下载:
  2. 做logistic模型的sas程序,包括模型中参数估计的一元线性回归模型。-Do logistic model sas procedures, including the model parameter estimates a linear regression model.
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:908
    • 提供者:李明
« 1 2 34 5 »
搜珍网 www.dssz.com