变阶式最小二乘法,Variable-Order Recursive Algorithm
1)Variable-Order Recursive Algorithm变阶式最小二乘法
2)Two Stage WLS method两阶段加权最小二乘法
3)three-stage least squares三阶段最小二乘法
1.With the help of three-stage least squares we conduct empirical analysis of the panel data.为了研究公共投资、腐败和经济增长及其相互依赖的关系,我们构建了由关于经济增长、公共投资、腐败和私人投资四个方程组成的方程组,并利用三阶段最小二乘法实证分析了观测的面板数据。
4)Two Stage Least Square两阶段最小二乘法
5)Least squares method最小二乘法
1.Virtual boundary element least squares method for solving elastic coupling problem of different materials;不同材料契合弹性力学问题的虚边界元最小二乘法
2.Application to harmonics statistic with orthogonal polynomials series based on least squares method;基于最小二乘法的正交多项式级数在谐波估计中的应用
3.Watermarking Techniques Based on the Least Squares Method;基于最小二乘法的数字水印方法
英文短句/例句

1.truncated 2 SLS截断二段最小二乘法
2.Applicatin of Minimum Squares Method in TOPSIS最小二乘法在TOPSIS法中的应用
3.Discussing from the Arithmetic Average of the Difference between the Least One Multiplication and the Least Square Method从算术平均数谈最小一乘法与最小二乘法的区别
4.APPLICATION OF LEAST SQUARE METHOD TO SETTLEMENT ANALYSIS OF EARTH AFD ROCKFILL DAM最小二乘法在土石坝沉陷分析中应用
5.The Research of Base on Recursion Least Squares Voltage Flicker;基于递归最小二乘法的电压闪变研究
6.Application of Least Square Method in Measure Testing;最小二乘法原理在计量测试中的应用
7.Superior Use of The Method of Least Squares in Physics Experiment;最小二乘法在物理实验中的优化使用
8.An Application of Least-Square Method on Econometric Model;最小二乘法在计量经济模型中的应用
9.Boosting Partial Least Squares and Its Applications in Data Mining助推偏最小二乘法(BPLS)及其应用
10.Desulphurization System pH Value of the Least-squares Method to Identify Control脱硫系统pH值控制的最小二乘法辨识
11.Simulation Study on the Power of Least-squares Test for Detecting Multiple Breaks最小二乘法对多变点检验的性能研究
12.least squares collocation最小二乘配置法,最小二乘拟合推估法
13.standard damped least-squares method标准阻尼最小二乘方法
14.A SIMPLE PARTIAL LEAST SQUARES ALGORITHM BASED ON LEAST ABSOLUTE DEVIATION基于最小一乘的单因变量偏最小二乘算法
15.RECURSIVE FAST ALGORITHM FOR LEAST SQUARES ESTIMATION WITH HOUSEHOLDER TRANSFORMATION最小二乘估计的HOUSEHOLDER变换快速递推算法
16.Study on Least Squares Support Vector Machine and Its Applications;最小二乘支持向量机算法及应用研究
17.Least-Squares Galerkin Procedures for Some Evolution Equations;几类发展方程的最小二乘有限元方法
18.Genetic Algorithms Research Based on Nonlinear Least Squares Estimation;非线性最小二乘估计的遗传算法研究
相关短句/例句

Two Stage WLS method两阶段加权最小二乘法
3)three-stage least squares三阶段最小二乘法
1.With the help of three-stage least squares we conduct empirical analysis of the panel data.为了研究公共投资、腐败和经济增长及其相互依赖的关系,我们构建了由关于经济增长、公共投资、腐败和私人投资四个方程组成的方程组,并利用三阶段最小二乘法实证分析了观测的面板数据。
4)Two Stage Least Square两阶段最小二乘法
5)Least squares method最小二乘法
1.Virtual boundary element least squares method for solving elastic coupling problem of different materials;不同材料契合弹性力学问题的虚边界元最小二乘法
2.Application to harmonics statistic with orthogonal polynomials series based on least squares method;基于最小二乘法的正交多项式级数在谐波估计中的应用
3.Watermarking Techniques Based on the Least Squares Method;基于最小二乘法的数字水印方法
6)least squares最小二乘法
1.Application of Least Squares in ENOB Measurement;最小二乘法在有效转换位数测试中的应用
2.Based on the principle of least squares regression analysis blasting vibration;基于最小二乘法原理的爆破震动回归分析
3.XAES data for the carbon species formed over Ga-Mo/HZSM-S catalyst are numerically treated by the procedures of the convolution and least squares.通过卷积法和最小二乘法,处理Ga-Mo/HZSM-5催化剂上形成碳的XAES数据。
延伸阅读

非线性最小二乘法  以误差的平方和最小为准则来估计非线性静态模型参数的一种参数估计方法。设非线性系统的模型为           y=f(x,θ)  式中y是系统的输出,x是输入,θ是参数(它们可以是向量)。这里的非线性是指对参数θ的非线性模型,不包括输入输出变量随时间的变化关系。在估计参数时模型的形式f是已知的,经过N次实验取得数据(x1,y1),(x2,y1),...,(xn,yn)。估计参数的准则(或称目标函数)选为模型的误差平方和           非线性最小二乘法就是求使Q达到极小的参数估计值孌。    由于 f的非线性,所以不能象线性最小二乘法那样用求多元函数极值的办法来得到参数估计值,而需要采用复杂的优化算法来求解。常用的算法有两类,一类是搜索算法,另一类是迭代算法。    搜索算法的思路是:按一定的规则选择若干组参数值,分别计算它们的目标函数值并比较大小;选出使目标函数值最小的参数值,同时舍弃其他的参数值;然后按规则补充新的参数值,再与原来留下的参数值进行比较,选出使目标函数达到最小的参数值。如此继续进行,直到选不出更好的参数值为止。以不同的规则选择参数值,即可构成不同的搜索算法。常用的方法有单纯形搜索法、复合形搜索法、随机搜索法等。    迭代算法是从参数的某一初始猜测值θ(0)出发,然后产生一系列的参数点θ(1)、θ(2)...,如果这个参数序列收敛到使目标函数极小的参数点孌,那么对充分大的N就可用θ(N) 作为孌。迭代算法的一般步骤是:    ① 给出初始猜测值θ(0),并置迭代步数i=1。    ② 确定一个向量v(i)作为第i步的迭代方向。    ③ 用寻优的方法决定一个标量步长ρ(i),使得 Q(θ(i))<Q(θ(i)),其中θ(i)=θi-1+ρ(i)v(i)。    ④ 检查停机规则是否满足,如果不满足,则将i加1再从②开始重复;如果满足,则取θ(i)为孌。    典型的迭代算法有牛顿-拉夫森法、高斯迭代算法、麦夸特算法、变尺度法等。    非线性最小二乘法除可直接用于估计静态非线性模型的参数外,在时间序列建模、连续动态模型的参数估计中,也往往遇到求解非线性最小二乘问题。