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

搜索资源列表

  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. bootgmregress

    0下载:
  2. 自举是一种由重采样估计,独立和(蒙特卡洛重采样)等概率设置一个单一的数据统计变化的一个途径。允许的措施估计那里的潜在分布是未知的或者样本量很小。他们的结果与这些分析方法的统计特性相一致。 在这里,我们使用非参数逼近。非参数引导更简单。它不使用该模型的结构,建造人工数据。矢量[易西]是重采样,而不是直接与replecement。这些参数是从这些对构建。 二,回归模型时,应使用在回归方程中的两个变量是随机的,会有错误的,即不是由研究者控制。模式,我用普通最小二乘回归低估了变量之间的错误时,
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5391
    • 提供者:driiawrl
  1. line_regre

    0下载:
  2. 该程序是系统工程课程里,线性回归参数估计的计算程序,用VS2005开发的,有界面,比较方便使用。-The program is a system engineering curriculum, the calculation of linear regression parameter estimation procedure developed by VS2005, there is the interface, more convenient to use.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:44851
    • 提供者:刘世川
  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. IRWLS_for_SVM

    1下载:
  2. 一篇很难找的SVM计算文章,用IRWLS迭代计算SVM的线性回归问题-an IRWLS procedure for SVM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:104179
    • 提供者:wangcheng
  1. C_RE

    0下载:
  2. C语言版的线性回归分析函数,自动计算、回归方程。-The function is analysed in the C s language edition linear regression.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:67135
    • 提供者:RUILONG
  1. Multi-regression

    0下载:
  2. 多元线性回归VBA实现 可以自动分析并生成最优回归方程 并计算中间量-Multiple linear regression by VBA. This code can automatically analyze and generate the optimal regression equation and calculate the important values.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:160568
    • 提供者:
  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. spring-stiffness

    0下载:
  2. 用matlab计算了一种弹簧的刚度,以及进行了线性回归-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:3450
    • 提供者:王迎
  1. linear_regression_calculation

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

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

    0下载:
  2. 用于计算多元线性回归,比较常用的函数库!-Used to calculate the linear regression, the more commonly used library!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:10327
    • 提供者:江川港
  1. LR

    2下载:
  2. 这是一个一元线性回归fortran程序。计算一元线性回归方程-this is a program about linear trend
  3. 所属分类:ELanguage

    • 发布日期:2017-04-04
    • 文件大小:645
    • 提供者:赵久伟
  1. Liner-home-and-sqlserver

    0下载:
  2. 从SQLSERVER数据库取数据,然后做一元线性回归运算,可以实现,但是计算的结果并不算准确-Data taken the SQLSERVER , and then do the linear regression calculation, can be achieved, but the results of the calculation is not accurate
  3. 所属分类:SQL Server

    • 发布日期:2017-05-21
    • 文件大小:6507874
    • 提供者:许永康
  1. pianzuixiao

    3下载:
  2. 非常好的偏最小二乘分析的程序,包含了典型相关分析、主成分分析和多元线性回归。可以根据具体的需要更改代码变成非线性回归,建立多个自变量和多个因变量之间的关系应用很广。包含计算程序和画图表示结果的程序两个m文件-Very good partial least squares analysis of programs, including the canonical correlation analysis, principal component analysis and multiple line
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1476
    • 提供者:张雨萌
  1. sftgjvuk

    0下载:
  2. 插值与拟合,解方程,数据分析,包括广义互相关函数GCC时延估计,现代信号处理中谱估计在matlab中的使用,进行逐步线性回归,旋转机械二维全息谱计算,BP神经网络用于函数拟合与模式识别。- Interpolation and fitting, solution of equations, data analysis, Including the generalized cross-correlation function GCC time delay estimation, Modern sig
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6053
    • 提供者:qcajrm
  1. mwnbiivf

    0下载:
  2. 多抽样率信号处理,IMC-PID是利用内模控制原理来对PID参数进行计算,欢迎大家下载学习,进行逐步线性回归,是一种双隐层反向传播神经网络,可以得到很精确的幅值、频率、相位估计。- Multirate signal processing, The IMC- PID is using the internal model control principle for PID parameters is calculated, Welcome to download the study, Stepwi
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7590
    • 提供者:pbyxpz
  1. aeqbvgzw

    0下载:
  2. 采用热核构造权重,从先验概率中采样,计算权重,进行逐步线性回归,添加噪声处理,虚拟力的无线传感网络覆盖,一些自适应信号处理的算法。- Thermonuclear using weighting factors Sampling a priori probability, calculate the weight, Stepwise linear regression, Add noise processing, Virtual power wireless sensor network cov
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:8078
    • 提供者:madxia
  1. axqwrfrq

    0下载:
  2. 采用波束成形技术的BER计算,采用了小波去噪的思想,PLS部分最小二乘工具箱,进行逐步线性回归,pwm整流器的建模仿真,主要是基于mtlab的程序。- By applying the beam forming technology of BER Using wavelet denoising thought, PLS PLS toolbox, Stepwise linear regression, Modeling and simulation pwm rectifier Mainly base
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6321
    • 提供者:wqisdn
  1. aypqejen

    0下载:
  2. 计算加权加速度,微分方程组数值解方法,包含位置式PID算法、积分分离式PID,线性调频脉冲压缩的Matlab程序,进行逐步线性回归,pwm整流器的建模仿真。-Weighted acceleration, Numerical solution of differential equations method, It contains positional PID algorithm, integral separate PID, LFM pulse compression of the Matla
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5422
    • 提供者:wqisdn
  1. rhvnhngd

    0下载:
  2. 进行逐步线性回归,使用大量的有限元法求解偏微分方程,毕业设计有用,本程序的性能已经超过其他算法,包含了阵列信号处理的常见算法,采用波束成形技术的BER计算。-Stepwise linear regression, Using a large number of finite element method to solve partial differential equations, Graduation useful This program has exceeded the performa
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6209
    • 提供者:qdqtep
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com