搜索结果
找到约 180 项符合
least-squares 的查询结果
人工智能/神经网络 This directory contains utility for implementing generic Reqursive Least Squares (RLS) algorithm. Th
This directory contains utility for implementing generic Reqursive Least Squares (RLS) algorithm. The example shows how one can use the utility to estamate the parameters of a simple linear discrete time system.
数学计算 The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti
The module LSQ is for unconstrained linear least-squares fitting. It is
based upon Applied Statistics algorithm AS 274 (see comments at the start
of the module). A planar-rotation algorithm is used to update the QR-
factorization. This makes it suitable for updating regressions as more
data become a ...
数据结构 最小平方近似法 (least-squares approximation) 是用來求出一組離散 (discrete) 數據點的近似函數 (approximating function)
最小平方近似法 (least-squares approximation) 是用來求出一組離散 (discrete) 數據點的近似函數 (approximating function),作實驗所得的數據亦常使用最小平方近似法來達成曲線密合 (curve fitting)。以下所介紹的最小平方近似法是使用多項式作為近似函數,除了多項式之外,指數、對數方程式亦可作為近似函數。關於最小平 ...
数值算法/人工智能 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition
通过奇异值分解实现的最小二乘拟合算法
inear least-squares fit by singular value decomposition
人工智能/神经网络 有监督自组织映射-偏最小二乘算法(A supervised self-organising map–partial least squares algorithm),可以用语多变量数据的回归分析
有监督自组织映射-偏最小二乘算法(A supervised self-organising map–partial least squares algorithm),可以用语多变量数据的回归分析
matlab例程 Partial Least Squares regression bilinear factor model 的输出源码
Partial Least Squares regression bilinear factor model 的输出源码
数学计算 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order
working in C++ Builder 2007 as a template class,
using vector<FloatType> parameters.
Added a method to handle some EMathError exceptions.
If do NOT want to use this just call PolyFit2 directly.
usage: Call PolyFit by ...
数学计算 计算最小二乘法ordinary least squares
计算最小二乘法ordinary least squares
人工智能/神经网络 C/C++ implementation of the Levenberg-Marquardt non-linear least squares algorithm. levmar includes
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 difference approximated jacobians
数学计算 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.