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

搜索资源列表

  1. REGRESSION

    1下载:
  2. 逐步回归算法,比起一般线性回归的速度要快。而且因子是逐步选择的。-stepwise regression algorithm, compared to the general linear regression faster pace. But factor is gradually choice.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8460
    • 提供者:
  1. Tem_c

    0下载:
  2. 一个用于建立温度模型的线性回归的温度模型算法-a temperature model for the establishment of the linear regression model algorithm temperature
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1346
    • 提供者:刘建锋
  1. stepregression

    0下载:
  2. 利用visual c++,实现线性回归算法的程序!-use visual c, linear regression algorithm to achieve the procedure!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-15
    • 文件大小:28804
    • 提供者:camperlinan
  1. work

    0下载:
  2. 一元线性回归算法,计算斜率并输出结果。主要采用最小二乘法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:21104
    • 提供者:黄瑞生
  1. Zuixiaoerchengqiuquxiannihe

    1下载:
  2. 首先介绍多元线性回归公式(即最小二乘法计算公式),然后进行VB编程,实现多次曲线拟合算法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2420
    • 提供者:Tranlynn
  1. alglib-3.5.0.cpp

    0下载:
  2. 这个是外国人开发的一套数值算法,里面包含了大量的数值算法,非常方便,有线性回归算法。-This is the foreigners developed a numerical algorithm, which contains a large number of numerical algorithms, very convenient, linear regression algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1298426
    • 提供者:dzh
  1. time_seris

    5下载:
  2. 时间序列预测算法。支持5种常见的算法 移动平均 非线性回归 指数平滑等-ar, ardemo ma
  3. 所属分类:Algorithm

    • 发布日期:2016-05-21
    • 文件大小:619717
    • 提供者:gaoxiang
  1. nihehuigui

    1下载:
  2. 在VC环境下,分别采用线性回归和逐步回归两种算法对算例数据进行拟合,并给出拟合结果,程序完整-In the VC environment, respectively, linear regression and stepwise regression algorithm to two kinds of examples of data fitting, and gives fitting results, integrity of the process
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:155891
    • 提供者:俞峻
  1. xxhg

    0下载:
  2. C++线性回归算法,运行后输入数据,即能对所输入的数据进行线性回归运算-C++ linear regression algorithm, running the input data, which can input data by computing the linear regression
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1027238
    • 提供者:冉跃龙
  1. Fortran

    0下载:
  2. fortran语言中常用的计算算法综合,如线性回归、非线性回归、求积分等运算-fortran language commonly used in the calculation of algorithmic synthesis, such as linear regression, nonlinear regression, integrals and other operators
  3. 所属分类:Algorithm

    • 发布日期:2017-05-30
    • 文件大小:12569605
    • 提供者:姜明
  1. LS

    0下载:
  2. 自己编写的最小二乘法线性回归程序,常用数值算法之一。-Prepared by the least squares method, linear regression program, one of the commonly used numerical algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1161
    • 提供者:syt
  1. linear_regression_calculation

    0下载:
  2. 常规线性回归算法,实现对一组数据序列的常规线性回归计算,并分析预测-Conventional linear regression calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:1010
    • 提供者:七点
  1. linerregressmethod

    0下载:
  2. 线性插值算法,收集的网上的一个程序,封装成了一个C++类,便于使用。支持一元和多元线性回归-Linear interpolation algorithm, an online collection procedures, packaged into a C++ class, easy to use. Support univariate and multivariate linear regression
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2389
    • 提供者:gjaa
  1. Multiple-linear-regression

    0下载:
  2. 用C++实现多元线性回归算法,方便在变成过程中使用-Multiple linear regression
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5862197
    • 提供者:杨凤祥
  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. linearEst

    0下载:
  2. linearEst线性回归算法,包括回归显著性检验,F 检 验-Linear regression algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1014
    • 提供者:cj
  1. LinearRegression

    0下载:
  2. 该算法是实现多元线性回归算法。该算法包含了F检验,t检验,模型检验。-The algorithm is to achieve multiple linear regression algorithm. The algorithm includes the F-test, t test, model checking.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4018
    • 提供者:肖皇
  1. DataScreening-

    0下载:
  2. 该程序是实现线性回归算法异常数据的筛选。-The program is a linear regression algorithm abnormal screening data.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:6133
    • 提供者:肖皇
  1. baoman

    0下载:
  2. GPS和INS组合导航程序,进行逐步线性回归,结合PCA的尺度不变特征变换(SIFT)算法。- GPS and INS navigation program, Stepwise linear regression, Combined with PCA scale invariant feature transform (SIFT) algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4568
    • 提供者:牛红国
  1. 线性回归

    2下载:
  2. matlab线性回归计算,基于梯度下降的线性回归算法(matlab linear regression)
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:5120
    • 提供者:朱仕达
« 12 »
搜珍网 www.dssz.com