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

搜索资源列表

  1. Combination-math--homework-answer

    0下载:
  2. 组合数学作业答案,包括著名的鸽笼原理,POLYA原理,排列组合优化问题,线性回归问题,最优化问题-Combined math homework answer, including the famous pigeonhole principle POLYA principle, the arrangement of combinatorial optimization problems, linear regression problem, the optimization problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:296169
    • 提供者:李志伟
  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. scl-linear-regression

    0下载:
  2. 本人参考网上资料,自己编写的线性回归方法在plc中实现了根据已知数据来找出自变量和因变量之间的关系的函数。-linear regression in plc
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:703
    • 提供者:张连军
  1. reglm

    0下载:
  2. 这是个matlab 程序,利用广义线性回归分析reglm,得到数理统计上的相关数据-This is a matlab program, using the generalized linear regression analysis reglm mathematical statistics on the relevant data
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:2352
    • 提供者:aguilera
  1. classical_algorithm

    0下载:
  2. Matlab 经典算法的程序集锦,包含线性回归、数据拟合、方程求解、画图-Matlab classical algorithm of the program highlights, including linear regression, data fitting, equation solving, drawing, etc.
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3249313
    • 提供者:Tiger
  1. PLS

    0下载:
  2. 偏最小二乘回归提供一种多线性回归建模的方法,特别是当两组变量个数很多,且存在多重相关性时-A new method iS proposed to select the number of principal component of PLS in PLS regression principal component through analysis and partial least square as major mathematic tools
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1095
    • 提供者:Tom
  1. gmregress

    0下载:
  2. 几何平均回归模型程序,是线性回归方式的主要方式之一。-The geometric mean regression model
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2316
    • 提供者:徐家平
  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. MATLAB-in-aaplication

    0下载:
  2. 基于MATLAB的航空发动机试车数据的线性回归研究-a paper about matlab
  3. 所属分类:transportation applications

    • 发布日期:2017-11-19
    • 文件大小:197356
    • 提供者:00
  1. sourcecode

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

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

    1下载:
  2. 多元回归源代码。回归方式:配置为0表示进行多元线性回归;1进行多项式回归;2进行多元二次回归。变量/阶数:回归方式配置为0时表示参与回归的变量数,配置为1时表示回归的阶数;(默认待回归变量不超过6个或拟合阶数不超过6次) -Multiple regression source code. Regression: Configure multiple linear regression polynomial regression 2 multivariate quadratic regre
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:12288
    • 提供者:
  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. multiregress_data_test

    0下载:
  2. 这套源码主要是对多变量使用马尔科夫毯算法选择重要变量,并使用线性回归的方法对这些重要变量进行数据拟合-Set of source multivariate Markov blanket algorithm selects the important variables using linear regression data fitting of these important variables
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:12810
    • 提供者:阿杜
  1. reglm

    0下载:
  2. 应用于数据处理,针对离散数据进行多元线性回归。-Used in data processing, multiple linear regression for discrete data.
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:2053
    • 提供者:杨迪
  1. statistical-analysis

    0下载:
  2. MultiLineReg:用线性回归法估计一个因变量与多个自变量之间的线性关系 PolyReg 用多项式回归法估计一个因变量与一个自变量之间的多项式关系 CompPoly2Reg:用二次完全式回归法估计一个因变量与两个自变量之间的关系 CollectAnaly:用最短距离算法的系统聚类对样本进行聚类 DistgshAnalysis:用Fisher两类判别法对样本进行分类 MainAnalysis:对样本进行主成分分析.-MultiLineReg: estimated
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-15
    • 文件大小:5500
    • 提供者:赵新
  1. RBF-huigui

    0下载:
  2. RBF 线性回归,源代码。可以学习下,大家交流,留下QQ。我研究的彩色图像。-RBF huigui。I study color image process,QQ please.this is good code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:3076
    • 提供者:胡哥
  1. zyh

    0下载:
  2. 一元、多元线性回归算法功能实现,基于控制台的程序-, Multiple linear regression algorithm functions to achieve, console-based program
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1300221
    • 提供者:
  1. regression-matlab-source-

    0下载:
  2. 线性回归matlab源码,处理一个经典的问题-Linear regression matlab source code, a classic problem
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-11-05
    • 文件大小:1068
    • 提供者:
  1. linear-regression2

    0下载:
  2. 在Delphi开发环境下的线性回归分析算法,很有用的-In Delphi development environment of linear regression analysis algorithm, very useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:1282
    • 提供者:lyy
  1. linear-regression3

    0下载:
  2. 在Visual Basic环境下的线性回归算法代码,很有用的-In the Visual Basic environment of linear regression algorithm code, very useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:1024
    • 提供者:lyy
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com