CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 最小二乘 直线

搜索资源列表

  1. Linearfitting

    0下载:
  2. 直线拟合的几种算法,其中包括线性最小二乘,和两种不同目标函数的非线性最小二乘,用于比较这些方法的优劣,另外matlab中说的robust least squares方法没有找到,希望有朋友能给穿一下:)-Several linear fitting algorithm, which includes linear least squares. and two different objective function of the nonlinear least squares, used to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:140246
    • 提供者:张效栋
  1. least_square_estimation_1

    0下载:
  2. 利用最小二乘的方法进行直线拟合,生成100组带有高斯噪声的数据进行模拟
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1178
    • 提供者:狐狸
  1. 最小二乘法直线拟合

    3下载:
  2. 基于最小二乘原理的直线拟合程序-based on the principle of linear least squares fitting procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:785
    • 提供者:李文
  1. TestMCAZero

    0下载:
  2. 最小二乘拟和工具,一次直线拟和和二次去线拟和,可以直观看见拟和点与拟和曲线之间的偏差。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3062632
    • 提供者:liny_lg
  1. FitLine

    1下载:
  2. 采用最小二乘的方法拟合出了一条空间直线,用VC6.0编写的控制台程序-Using the method of least squares fitting of a straight line in space with console procedures prepared by VC6.0
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2855793
    • 提供者:GongChun
  1. zhixiannihe

    1下载:
  2. 内容是最小二乘法求拟合直线的C源码,很容易看懂-Is least squares fitting a straight line for the C source code, it is easy to understand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3143
    • 提供者:lxq
  1. nihecaishangxian

    0下载:
  2. 用于直线拟合,加之最小二乘回归拟合直线,是本人原创!-For fitting a straight line, in addition to least-squares regression fitting a straight line, is my original!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:840
    • 提供者:zlkecy
  1. Write

    0下载:
  2. 数值计算,最小二乘法直线拟合程序 -Numerical calculation, linear least squares fitting procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5959
    • 提供者:dengwei
  1. Debug

    0下载:
  2. 最小二乘法直线拟合程序 最小二乘法直线拟合程序-Linear least squares fitting procedure fitting a straight line least squares procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:170323
    • 提供者:dengwei
  1. NuclearFitting

    0下载:
  2. 核辐射中仪器标定时用到的最小二乘拟合法,coords.txt是实验得出的数据!该方法可求出拟合直线的斜率和截距。-Nuclear radiation instrumentation calibration when used least-squares fitting, coords.txt are derived from experimental data! This method can be obtained fitting a straight line of slope and in
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924
    • 提供者:杨慧
  1. Linear

    0下载:
  2. 直线型最小二乘法算法,程序运行正确,已经测试过的,可以嵌入自己的程序中,很有用的。-Linear least squares algorithm, the program is running correctly, has been tested and can be embedded in the process of their own, very useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:218144
    • 提供者:石利
  1. Least_quare_straight_line_Fit

    0下载:
  2. c#最小二乘法直线拟合,任意点的数目,求出最佳拟合直线方程并绘制-c# least squares linear fit
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:47898
    • 提供者:孙崇利
  1. least_least_squares_regression

    1下载:
  2. 最小二乘拟合,最小二乘拟合直线算法,使用matlab实现最小二乘拟合直线。-Least square fitting, least squares fitting straight line method, using the least squares fitting straight line matlab implementation.
  3. 所属分类:matlab

    • 发布日期:2015-10-01
    • 文件大小:1024
    • 提供者:滕宇
  1. daimasan

    0下载:
  2. 根据所测数据,利用最小二乘直线拟合法先确定系数A和B,进而给出y与t间的关系。-According to the measured data using the least squares straight line fitting to determine the coefficients A and B, and thereby gives the relationship between y and t.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:5433
    • 提供者:小梅
  1. LS

    1下载:
  2. 最小二乘的直线与曲线的拟合,以及利用matlab编程时多元线性回归-least square
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:705
    • 提供者:兔子
  1. total-least-square

    2下载:
  2. 加权总体最小二乘算法在直线拟合拟合的应用,算法为方兴博士论文中的算法1-total least square linear fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1024
    • 提供者:邓小y
  1. bfxnbhnn

    0下载:
  2. 使用混沌与分形分析的例程,PLS部分最小二乘工具箱,现代信号处理中谱估计在matlab中的使用,直线阵采用切比学夫加权控制主旁瓣比,鲁棒性好,性能优越,调试通过可以使用。-Use Chaos and fractal analysis routines, PLS PLS toolbox, Modern signal processing used in the spectral estimation in matlab, Linear array using cut than learning l
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5551
    • 提供者:rciexm
  1. gucuhzyu

    0下载:
  2. PLS部分最小二乘工具箱,有信道编码,调制,信道估计等,本科毕设要求参见标准测试模型,进行逐步线性回归,直线阵采用切比学夫加权控制主旁瓣比,快速扩展随机生成树算法。- PLS PLS toolbox, Channel coding, modulation, channel estimation, Undergraduate complete set requirements refer to the standard test models, Stepwise linear regression
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:7783
    • 提供者:mddada
  1. phbzypcy

    0下载:
  2. 解耦,恢复原信号,matlab编写的元胞自动机,PLS部分最小二乘工具箱,直线阵采用切比学夫加权控制主旁瓣比,GPS和INS组合导航程序。- Decoupling, restore the original signal, matlab prepared cellular automata, PLS PLS toolbox, Linear array using cut than learning laid upon the right control of the main sidelobe
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:10035
    • 提供者:uvxsxps
  1. yyvayjgj

    0下载:
  2. 最小二乘回归分析算法,用于信号特征提取、信号消噪,多元数据分析的主分量分析投影,直线阵采用切比学夫加权控制主旁瓣比,是本科毕设的题目。- Least-squares regression analysis algorithm, For feature extraction, signal de-noising, Principal component analysis of multivariate data analysis projection, Linear array using cut
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6896
    • 提供者:truyygm
« 12 »
搜珍网 www.dssz.com