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

搜索资源列表

  1. 907求多元线形回归方程及预报

    0下载:
  2. 907求多元线形回归方程及预报 一.功能 x1,x2, x3,………..xp为自变量,Y为随机变量, 求线形回归方程 Y= + +…+ + 其中 。。。, 为常数, 是随机变量,且 —N(0, ) 来描述Y与X的变化规律。并用T检验法检验线形回归是否显著。 如果线性回归显著,可用经验回归平面方程对Y作出预报,并给出预报值的置信区间。 -907 for multiple linear regression equation and a prediction. Fun
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:62580
    • 提供者:mark
  1. smlr.m

    0下载:
  2. 编写的多元回归的交叉验证程序 可供做预测模型的同仁参考-Prepared by the multiple regression of cross-validation procedure
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:671
    • 提供者:娃娃
  1. regress

    0下载:
  2. 清华大学数学实验之一元与多元回归分析之幻灯片与MAT源码-Tsinghua University, one math test and multiple regression analysis element of the slide with the MAT-source
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:998073
    • 提供者:tanwei
  1. chengxu

    0下载:
  2. 计算多元回归线性方程系数,对矩阵式数据进行处理并显示-Calculation of multiple regression coefficients of linear equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1505
    • 提供者:gejiao
  1. 20070205154609396

    1下载:
  2. 款进行多元线性回归分析软件.可以完成多元回归模型的参数估计和统计检验,可以通过Excel获取外部数据,并且能够把计算结果保存成xls文件,计算结果的差方图--Conducted a multiple linear regression analysis software. Can complete multiple regression model parameters estimates and statistical test, you can access external data th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:104601
    • 提供者:大牛
  1. Multipleregressionanalysis

    1下载:
  2. 多元回归分析代码 可以做用于多种实际应用 用于各种预测分析 聚类分析代码-Multiple regression analysis code can be done for a variety of practical application of cluster analysis for a variety of predictive analysis code
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1726
    • 提供者:zhanjun
  1. olstest

    0下载:
  2. 多元回归是指一个因变量(预报对象),多个自变量(预报因子)的回归模型.基本方法是根据各变量值算出交叉乘积和Si。并利用c#实现-Multiple regression is a dependent variable (forecast object), a number of independent variables (predictors) of the regression model. The basic method is based on the calculated value o
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:673891
    • 提供者:高飞
  1. 多元多重线性回归-估计

    0下载:
  2. 多重线性回归分析,含PPT,R代码和阅读材料(R code for multiple linear regression analysis)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:1004544
    • 提供者:mm123456~
  1. 02a 多元线性回归分析

    2下载:
  2. 基于矩阵运算的多元线性回归分析,基于回归计算程序包的多元线性回归分析等MATLAB程序实现;各检验值齐全(Multivariate linear regression analysis based on matrix operation, multiple linear regression analysis based on regression calculation package)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:回音笑客
  1. chapter_1

    0下载:
  2. 数学建模第一章 多元统计 多元回归程序(matlab shuxuejianmo chapter1)
  3. 所属分类:网络编程

    • 发布日期:2017-12-23
    • 文件大小:152576
    • 提供者:蚀年
  1. MS多元

    0下载:
  2. 检验:在回归分析中,如果有两个或两个以上的自变量,就称为多元回归。事实上,一种现象常常是与多个因素相联系的,由多个自变量的最优组合共同来预测或估计因变量,比只用一个自变量进行预测或估计更有效,更符合实际。因此多元线性回归比一元线性回归的实用意义更大。(In regression analysis, if there are two or more independent variables, it is called multiple regression (two). In fact, a p
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:7168
    • 提供者:弯弯123456
  1. pcr

    0下载:
  2. 主成分回归是一种多元回归分析方法,旨在解决自变量间存在多重线性问题(Principal component regression is a multivariate regression analysis method designed to solve the existence of multiple linear problems between independent variables)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:没人鱼985
  1. 多元线性回归

    1下载:
  2. 利用多元回归分析对气象站点数据进行插值运算。(The data of meteorological stations are interpolated by multiple regression analysis.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-19
    • 文件大小:12288
    • 提供者:libo2015
  1. 多元线性回归

    0下载:
  2. 利用最小二乘法求多元线性回归,里面的数据是用pickle打包好的,当你需要其他数据时可以将其中的数据代入xy(Using the least square method to get multiple linear regression, the data inside is packed in pickle, and can be replaced by XY when you need other data.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:10240
    • 提供者:youngsun
  1. r

    1下载:
  2. 多元数据的数值基础分析(五数、方差等)、基础出图(线性拟合、残差图、找变异点)预测,外加基础实际数据处理案例两个(Multivariate data analysis and prediction model)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-28
    • 文件大小:77824
    • 提供者:地灵
  1. MultipleRegression

    0下载:
  2. 使用matlab计算多元回归,用于数据统计、数据分析等(Used to calculate multiple regression)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:matlab不会做
  1. ch10 回归分析

    0下载:
  2. 回归分析(regression analysis)是确定两种或两种以上变量间相互依赖的定量关系的一种统计分析方法。运用十分广泛,回归分析按照涉及的变量的多少,分为一元回归和多元回归分析;按照因变量的多少,可分为简单回归分析和多重回归分析;按照自变量和因变量之间的关系类型,可分为线性回归分析和非线性回归分析。如果在回归分析中,只包括一个自变量和一个因变量,且二者的关系可用一条直线近似表示,这种回归分析称为一元线性回归分析。如果回归分析中包括两个或两个以上的自变量,且自变量之间存在线性相关,则称为多
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:654336
    • 提供者:ashtond
  1. rollingRegression

    3下载:
  2. 对多变量数据按照日期做滚动多元回归分析。(Rolling multiple regression.)
  3. 所属分类:光学技术

    • 发布日期:2019-12-24
    • 文件大小:3072
    • 提供者:lantingke
  1. 多元线性回归

    1下载:
  2. 多元线性回归代码以及多元非线性回归代码数学建模(Multiple linear regression code)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-20
    • 文件大小:107520
    • 提供者:guanyi1
  1. Logistic回归统计算法的matlab实现

    0下载:
  2. 统计回归分析,逻辑斯蒂多元线性回归,机器学习,详细代码解说,机器训练等(Logistic multiple linear regression, statistical regression analysis, logistic multiple linear regression, machine learning, detailed code interpretation, machine training, etc)
  3. 所属分类:其他

    • 发布日期:2021-01-12
    • 文件大小:1191936
    • 提供者:学习3211
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com