搜索资源列表
lwpr.rar
- 局部线性回归方法及其稳健形式已经被看作一种有效的非参数光滑方法.与流行的核回归方法相比,它有诸多优点,诸如:较高的渐近效率和较强的适应设计能力.另外,局部线性回归能适应几乎所有的回归设计情形却不需要任何边界修正。,Local linear regression methods and their solid form has been seen as an effective non-parametric smoothing method. Contrary to popular kernel
stepwise.rar
- 这是一个关于逐步回归求多元线性回归的一个VC例程,It is a stepwise regression for multiple linear regression routine of a VC
数学优化分析综合工具软件包
- 1stOpt 是七维高科有限公司(7D-Soft High Technology Inc.)独立开发, 拥有完全自主知识产权的一套数学优化分析综合工具软件包。在非线性回归,曲线拟合,非线性复杂模型参数估算求解,线性/非线性规划等领域首屈一指; 1stOpt 应用范围 1) 模型自动优化率定 2) 参数估算 3) 任意模型公式线性,非线性拟合,回归 4) 非线性连立方程组求解 5) 任意维函数,隐函数极值求解 6) 隐函数根求解,作图,求极值 7) 线
CLAPACK_dll
- LAPACK的全称是Linear Algebra PACKage,是非常著名的线性代数库。LAPACK是用Fortran写的,这里是C版LAPACK编译后的dll和头文件。-LAPACK full name is Linear Algebra PACKage, is a very well-known linear algebra library. LAPACK is written in Fortran, here is the C version of LAPACK compiled dll
MPI-Matrix
- 线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
Preconditioned_Conjugate_Gradient_Method
- 用C语言写的预处理共轭梯度法求解线性方程组的程序-Preconditioned Conjugate Gradient Method with C Language for solving linear system of equations
gauss
- 数值分析高斯——列主元消去法主程序 说明如下: % a----input,matrix of coefficient % b----input,right vector % sol----output,returns the solution of linear equation-Gauss numerical analysis- out PCA elimination main program as follows: a---- input, matrix of coeffi
gauss
- 光纤对各种类型的高斯光束的不同非线性作用-Fiber of various types of Gaussian beam in the role of different non-linear
glpk4.36
- 著名的大规模线性规划求解器源码GLPK.C语言版本,可以修剪.内有详细帮助文档. -linear programming solver for large scaler variables
jiefc
- 一个C++程序。用来解多元一次线性方程组-A C++ program. solution to a system of linear equations
vb-solution-of-linear-equations
- 利用vb解线性方程组,利用Gauss列主元消去法-Vb solutions using linear equations using Gauss elimination method out PCA
Linear
- 直线型最小二乘法算法,程序运行正确,已经测试过的,可以嵌入自己的程序中,很有用的。-Linear least squares algorithm, the program is running correctly, has been tested and can be embedded in the process of their own, very useful.
nonlinear_filter
- 非线性滤波器的例程,为接口封装函数,matlab代码。-Routine non-linear filters for the interface package function
targettrackingusingkalman
- The Kalman filter is an efficient recursive filter that estimates the state of a linear dynamic system from a series of noisy measurements. It is used in a wide range of engineering applications from radar to computer vision, and is an important topi
MusicULA
- DOA estimation using MUSIC on a uniform Linear array
linearprogramming
- 利用mathematica、MATLAB解决线性规划,整数规划(0-1规划)的源代码-To solve the linear/integer/0-1 programming problems by mathematica or matlab
SolidWasteManagement
- 运用多元线性回归方法预测城市生活垃圾的产量及管理-Multiple linear regression
multiplelinearregression
- 多元线性回归的C++源码,在VC6.0上可直接运行!-Multiple Linear Regression C++ source code, can be directly run in VC6.0!
applied-numerical-linear-algebra.J.W.Demmel
- 应用数值线性代数,此书更集中于最近的发展和计算机总体结构的考虑,在数学基础方面略有欠缺。-Numerical linear algebra, this book is more focused on recent developments and consider the overall structure of the computer, in a slight lack of mathematical foundation.
algorithms-for-linear-problems
- 线性方程的迭代法,集合了Jacobi,Gauss-Seidel,SOR三种方法,还有针对泊松方程的SOR方法-Programs to solve linear problems.Four algorithms are included.They are Jacobi,Gauss-Seidel,SORand SOR for Poisson