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

    1下载:
  2. Curve fitting(一)绘制散点图,决定曲线类型 (二)曲线直线化变换(三)建立线性回归方程(四)用线性回归拟合曲线-Curve fitting (1) mapping of plot, decided to curve type (2) linear curve Transform (3) linear regression equation (4) using linear regression curve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7561
    • 提供者:fei
  1. caculation2

    1下载:
  2. 主要介绍逐步回归的方法,并介绍如何利用逐步回归建立最佳线性回归方程。-introduced stepwise regression method, and how to use stepwise regression to establish the best linear regression equation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:284146
    • 提供者:梁建军
  1. MLRMATLAB

    0下载:
  2. 多元线性回归:MATLAB源程序多元线性回归-Multiple Linear Regression : MATLAB source multivariate linear regression
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:10311
    • 提供者:bigsheng
  1. xianxinghuigui

    0下载:
  2. 一个简单的线性回归程序。可以用来计算线性回归。-a simple linear regression procedure. Used to calculate linear regression.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1055
    • 提供者:hou
  1. CANC

    0下载:
  2. 估计位场数据局部趋势的简单程序 利用线性回归法估计局部梯度依据数据离散,估计伴随误差-local trend data the simple procedure using linear regression method to estimate local gradient based on discrete data, With the estimated error
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1415
    • 提供者:hou
  1. RegressionAnalysis

    0下载:
  2. Matlab数值计算,回归分析,多元线性回归,Matlab统计工具箱的使用-Matlab numerical calculation, regression analysis, multivariate linear regression, statistical Matlab Toolbox use
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1822
    • 提供者:elva
  1. linearregression

    0下载:
  2. 用于线性回归的C语言源程序,经过调试,没问题-linear regression for the C-language source, after debugging, no problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1198
    • 提供者:宋勇
  1. xianxinghuiguiyutanxingmoliang

    0下载:
  2. 线性回归用于弹性模量的计算,是一个实习程序-linear regression for the modulus of elasticity, is a practical procedure
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1362
    • 提供者:石头
  1. lineAndTest

    0下载:
  2. 实现一元线性回归分析并进行F,t检验,以便对得出的回归方程进行线性显著性分析-achieving a linear regression analysis and F, t test, in order to come to the linear regression equation significantly Analysis
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5189
    • 提供者:张松
  1. TPAD2004

    0下载:
  2. 用matlab实现的主成分分析,线性回归函数-using Matlab achieve the principal component analysis, linear regression function.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:37502
    • 提供者:sophie
  1. StatV3_10

    1下载:
  2. 线性回归,用来进行天气。股票的预测分为一元和多元预测-linear regression, used to the weather. The forecast into the stock one dollar and the yuan forecast
  3. 所属分类:其它

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

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

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

    1下载:
  2. 本程序是一个逐步回归分析的演示程序,通过对众多因子的逐步选择,最终选出影响最大的因子构成线性回归方程。-this procedure is a stepwise regression analysis of the demonstration program, many of the progressive choice factor, ultimately selected the greatest impact factor constitute linear regression equa
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3245
    • 提供者:彭晓波
  1. stepregression

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

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

    0下载:
  2. 一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3813
    • 提供者:wangyinghao
  1. 2004ChinaUndergraduateMathematicalContestinModelin

    0下载:
  2. 2004China Undergraduate Mathematical Contest in Modeling (CUMCM)是2004年全国数学建模大赛的题目(B题)。现将题目,建模过程及利用“多元线性回归和人工神经网络”解题的源代码上传给大家一起分享。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:88253
    • 提供者:coolru
  1. xxhg

    0下载:
  2. 高中数学新课程中有出现线性回归问题,用一般的几何画板等软件很难处理,现在用高等的数学软件Mathcad可以轻松解决问题!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:16812
    • 提供者:陈导演
  1. best_linear_regression_equation

    1下载:
  2. 病人有四个指标:X1:凝血值;X2:预后指数(与年龄相关);X3:酶化验值;X4肝功能化验值。54位肝病人术前数据与术后生存时间如表所示.病人生存时间的Box-Cox变换变量Z与X1,X2,X3,X4的线性回归模型是合理的,程序实现了如何选择最优回归方程。(Patients have four indexes: X1: coagulation value; x2: prognosis index (related to age); X3: enzyme test value; X4 liver
  3. 所属分类:matlab例程

    • 发布日期:2020-11-12
    • 文件大小:1024
    • 提供者:林丹100
  1. 回归分析

    1下载:
  2. 回归分析的9种主要算法,包括(一元线性回归、多元线性回归、非线性回归、主成分分析、因子分析、自相关分析以及逐步回归分析等matlab代码以及算法说明。
  3. 所属分类:matlab例程

« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com