CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linear least squares

搜索资源列表

  1. levmar-2.1.2

    2下载:
  2. 求算非线性最小二乘问题的经典算法。Levenberg-Marquardt算法。-This is levmar, a copylefted C/C++ implementation of the Levenberg-Marquardt non-linear least squares algorithm. levmar includes double and single precision LM versions, both with analytic and finite differ
  3. 所属分类:Algorithm

    • 发布日期:2017-01-06
    • 文件大小:57513
    • 提供者:muxihan
  1. single

    0下载:
  2. 使用奇异值分解来帮助求解最小二乘问题,特别是在方程系数矩阵不满秩的情况下。-SGELSD computes the minimum-norm solution to a real linear least * squares problem: * minimize 2-norm(| b- A*x |) * using the singular value decomposition (SVD) of A. A is an M-by-N * matrix which
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:112318
    • 提供者:muxihan
  1. lzxec

    1下载:
  2. matlab中编程实现的线性最小二乘拟合函数: lzxec:功能:离散试验数据点的线性最小二乘拟合-matlab programming in a linear least-squares fitting function: lzxec: Function: discrete experimental data points, the linear least-squares fitting
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2880
    • 提供者:刘荣
  1. pls

    0下载:
  2. 所谓偏最小二乘法,就是指在做基于最小二乘法的线性回归分析之前,对数据集进行主成分分析降维,下面的源码是没有删减的,GreenSim团队免费提供您使用,转载请注明GreenSim团队(http://blog.sina.com.cn/greensim)。 -The so-called partial least squares method, this means doing the least square method based on linear regression analysis pr
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1620
    • 提供者:biebietuo
  1. 4

    0下载:
  2. 卡尔曼于1960年提出了离散系统线性滤波的递推求解方法即卡尔曼滤波算法。该滤波算法是基于线性最小平方法的、进行有效递推计算的一组数学方程式,算法功能强大,支持对过去、现在和将来状态的估算。-Kalman in 1960 proposed a linear discrete-time systems to solve recursive filtering methods for the Kalman filter. The filtering algorithm is based on the
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:638
    • 提供者:马姗
  1. FS01

    0下载:
  2. 4 files are included in the package: (1) fs01.m - the 1st-order local linear approximation (LLA) very similar to algorithm by Farmer and Sidorowich (1987). Uses constrained linear least squares (lsqlin) and (2) ts1.m - to reconstruct the vector
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:8428
    • 提供者:Mike Gao
  1. mLM

    1下载:
  2. Lm算法是非常有效的非线性最小二乘法,对于光束平差很有用-Lm algorithm is very effective non-linear least squares method is useful for beam adjustment
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:548
    • 提供者:YL.Xiao
  1. matlab

    0下载:
  2. 有一些matlab的相关程序,也有M文件-linear least squares estimate
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4017
    • 提供者:董洛辰
  1. least_square_simulation

    0下载:
  2. Using least squaer algorithm, this code can do fitting curve for the measurement data (linear ~ cubic )
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1094
    • 提供者:jay
  1. fuction

    0下载:
  2. matlab 最小二乘线性回归 递推法 源码,解决线性回归中的病态方程问题-recursive least squares linear regression method matlab source code, solve the equation of linear regression of pathological problems
  3. 所属分类:matlab

    • 发布日期:2014-04-15
    • 文件大小:229376
    • 提供者:boolean
  1. svd.c

    0下载:
  2. SVD算法可用来求解大多数的线性最小二乘法问题.对矩阵进行奇异值分解。-SVD algorithm is used to solve most of the linear least squares problem. Of the matrix singular value decomposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:5530
    • 提供者:vivi
  1. QR

    0下载:
  2. a QR decomposition (also called a QR factorization) of a matrix is a decomposition of the matrix into an orthogonal and an upper triangular matrix. QR decomposition is often used to solve the linear least squares problem, and is the basis for a parti
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:2102
    • 提供者:James
  1. linearposition2

    0下载:
  2. 本程序是GPS线性最小二乘定位算法matlab仿真程序,欢迎大家下载!-This procedure is linear least squares GPS positioning algorithm matlab simulation program, are welcome to download!
  3. 所属分类:GPS develop

    • 发布日期:2017-03-30
    • 文件大小:851
    • 提供者:张建安
  1. fit_maxwell_pdf

    0下载:
  2. fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian distribution. given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples. fits data to the probability of the form:
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1695
    • 提供者:resident e
  1. junheng

    0下载:
  2. 项目采用matlab对强迫零均衡器、最小均方误差均衡器、自适应线性均衡器进行了编程实现,并给出了计算机的仿真结果以及对仿真结果的分析,最后,给出递归最小二乘准则下的均衡器仿真予以比较。-Forced to zero on the project using matlab equalizer, minimum mean square error equalizer, adaptive linear equalizer is programmed to achieve, and gives the
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:8260
    • 提供者:gaoliangy
  1. Linear-regression-equation

    0下载:
  2. 一元线性回归方程, 求线性回归方程:Y = a + bx 的回归系数a和b. 用的是最小二乘法推导的结果。网上搜索最小二乘法原理,配合这个源代码学习还是不错的。本代码是网上搜来的,发现自学用不错,特上传分享。-Linear regression equation, find the linear regression equation: Y = a+ bx the regression coefficients a and b. derived using a least squares res
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1261
    • 提供者:huangjunjun
  1. matlab

    0下载:
  2. 最小二乘法 拟合函数 线性预测系统的实现-Linear least squares fitting function Forecasting System
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:70408
    • 提供者:lyy
  1. Unary-Linear-Regression-Model

    0下载:
  2. 最小二乘法拟合一元线性回归函数,并进行显著性和拟合优度检验。-Least squares fit linear regression functions, and for significance and goodness of fit test.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:657
    • 提供者:南达
  1. Decomposition_QR

    0下载:
  2. QR分解法是三种将矩阵分解的方式之一。这种方式,把矩阵分解成一个正交矩阵与一个上三角矩阵的积。QR 分解经常用来解线性最小二乘法问题。QR 分解也是特定特征值算法即QR算法的基础。-QR decomposition are the three ways of decomposition of the matrix. In this way, the matrix decomposition into an orthogonal matrix and an upper triangular mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:585
    • 提供者:徐默涵
  1. OrthLLS2D

    1下载:
  2. 正交线性最小方差评估a x + b y + c = 0-ORTHLLS2D returns the Orthogonal Linear Least Squares estimate for parameters of line a x+ b y+ c = 0
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1577
    • 提供者:萧球水
« 1 2 34 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com