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

搜索资源列表

  1. xianxinghuiguiy

    0下载:
  2. 各类系统工程线性回归分析,有源码和,VB做的,欢迎大家使用。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4062
    • 提供者:极光
  1. 长江水质的评价与预测

    0下载:
  2. 高教社杯2006年A题长江水质评价与预测
  3. 所属分类:文档资料

    • 发布日期:2009-07-29
    • 文件大小:169526
    • 提供者:bitowang
  1. Texture_Classification_With_Linear_Regression_Mode

    0下载:
  2. 基于小波分析,使用线性回归模型来进行纹理的识别和分类,是08年IEEE TRANSACTION的经典文献。-Based on wavelet analysis, the use of linear regression model for texture identification and classification, 2008 IEEE TRANSACTION are classic literature.
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2147883
    • 提供者:单昊
  1. onelinearregression

    0下载:
  2. 很有用的用java实现的一元线性回归的程序。-Very useful procedures implementation of the linear regression use java .
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:11232
    • 提供者:belle
  1. SimulatedAnnealing

    0下载:
  2. 本文介绍了模拟退火算法的原理和求解方法,并将其用于指数曲线的拟合,在Matlab语言环境下实现了该算法,并且与文献中的遗传算法、线性回归相比较。数值模拟结果表明,该算法能更好地实现最优拟合。-This article describes the principle of simulated annealing algorithm and solution methods, and used an exponential curve fitting, the language environmen
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:17252
    • 提供者:yaoqiuxiang
  1. duoyanxianxinghuigui

    0下载:
  2. 多元线性回归是概率论研究的热点,此程序针对多元线性回归而设计的Matlab程序-Multiple linear regression is the probability of research in this field, this program is designed for multiple linear regression of the Matlab program
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:1522
    • 提供者:xuna
  1. Excel2000-used-for-ARMA

    0下载:
  2. 计算机在农业科研与生产中的应用日益广泛。Excel2000是office2000办公软件的一个重要组件,它的界面 友好,可操作性强,使用方便而被广大用户接受。Excel在科研中的应用已有论述[1-5],但在多元线性回归分 析中的应用还未见报道。本文主要讨论Excel2000在多元线性回归分析中的应用,以期对广大的农业科研工作 者有所帮助。-Increasingly widespread application of computers in agricultural research
  3. 所属分类:Project Manage

    • 发布日期:2017-03-30
    • 文件大小:62124
    • 提供者:wave1
  1. regression-analysis

    0下载:
  2. 研究线性回归分析中多元回归分析及非线性回归分析中Logistic回归分析在实际中的应用。-The linear regression analysis of multiple regression analysis and nonlinear regression analysis Logistic regression analysis in practical application.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1429338
    • 提供者:焦玉婷
  1. ex47

    0下载:
  2. 基于matlab的商场的季节性线性回归销售图源代码-Based on matlab mall seasonal sales source code
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:808
    • 提供者:吴文骏
  1. Image-reconstruction_CS

    0下载:
  2. 合稀疏贝叶斯学习(SBL)和可压缩传感理论(CS),给出一种在噪声测量条件下重建可压缩图像的方法。该方法将cS理论中图像重建过程看作一个线性回归问题,而待重建的图像是该回归模型巾的未知权值参数;利用sBL方法对权值赋予确定的先验条件概率分布用以限制模型的复杂度,并引入超参数- Hop sparse Bayesian learning ( SBL ) and compressible sensing theory ( CS ) , give a compressible image recon
  3. 所属分类:Communication

    • 发布日期:2017-11-15
    • 文件大小:409070
    • 提供者:lili
  1. dyzbhg.m

    0下载:
  2. 多元线性回归的算法-Multiple linear regression algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-12-05
    • 文件大小:2485
    • 提供者:赵程序
  1. chj

    0下载:
  2. 应用c开发实现多元线性回归的模型建立,矩阵多元线性方程的模型-The application c development of multiple linear regression model, the matrix multivariate linear equation model
  3. 所属分类:Document

    • 发布日期:2017-11-19
    • 文件大小:1254
    • 提供者:陈海蛟
  1. !

    0下载:
  2. dna分类 2000数学建模a题 线性回归 最小二乘法 函数定义-dna Category 2000 issue of mathematical modeling a least squares linear regression function definition
  3. 所属分类:Document

    • 发布日期:2017-06-15
    • 文件大小:23039581
    • 提供者:结婚时
  1. 支持向量机非线性回归通用MATLAB源码

    1下载:
  2. 支持向量机和BP神经网络都可以用来做非线性回归拟合,但它们的原理是不相同的,支持向量机基于结构风险最小化理论,普遍认为其泛化能力要比神经网络的强。大量仿真证实,支持向量机的泛化能力强于BP网络,而且能避免神经网络的固有缺陷——训练结果不稳定。本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合,GreenSim团队推荐您使用。
  3. 所属分类:报告论文

  1. matlab-regression

    0下载:
  2. 介绍一个应用matlab进行多元线性回归的实例-A document applied for Multiple Linear Regression .
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:12519
    • 提供者:hulingfang
  1. multi_regression

    0下载:
  2. 用c#实现的多元线性回归算法 有界面 可运行-multi regression using c#
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:43968
    • 提供者:www
  1. by151

    0下载:
  2. 数学建模,车辆波动理论,线性回归,层次分析法,解决了车辆问题,道路拥挤-Mathematical modeling, vehicle wave theory, linear regression, AHP solves the problem of vehicles, road congestion
  3. 所属分类:Project Design

    • 发布日期:2017-05-03
    • 文件大小:745717
    • 提供者:ruoqi
  1. LinearEquations

    0下载:
  2. 多元线性回归分析,c语言环境环境。运用指针和矩阵-Multiple linear regression analysis, c locale environment. Use pointers and matrix
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1723
    • 提供者:张涛
  1. pls

    0下载:
  2. 偏最小二乘法是集主成分分析、典型相关分析和多元线性回归分析3种分析方法的优点于一身。-Partial least square method is a set of principal component analysis, canonical correlation analysis and multiple linear regression analysis of the 3 kinds of analysis methods of the advantages of a body.
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:1715
    • 提供者:wangjunke
  1. matlab

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

    • 发布日期:2017-04-01
    • 文件大小:5775
    • 提供者:fuxueqian
« 12 3 »
搜珍网 www.dssz.com