资源列表
reverseRLS
- 使用逆推最小二乘法预测估计参数值,适用于matlab平台。(The inverse push least square method is used to predict the estimated parameter value, which is suitable for the MATLAB platform.)
area
- 这个matlab程序主要可以用于计算采集到的信号的显著性面积,可以用于脑电数据处理、肌电数据处理(This matlab program can be used to calculate the significant area of the collected signals and can be used for EEG data processing and EMG data processing.)
metropolis-hastings
- 一种用于对各类概率密度函数进行样本采样的Metropolis-Hastings算法(a Metropolis-Hastings algorithm for sampling from various probability density functions)
Gamma_Gamma_Distrubition
- 从GAMMA分布中采样的matlab程序,希望对初学者有用(matlab programm for sampling from a gamma distribution, hoping to be useful for beginners)
parameter
- 采用Levenberg-Marquardt算法实现函数的参数估计(Parameter estimation of function by using Levenberg-Marquardt algorithm)
diagnose
- 基于概率神经网络的柴油机故障诊断,实用的matlab例子(Diesel engine fault diagnosis based on probabilistic neural network, practical matlab example)
xainzhendefangxiangtu
- 用MATLAB绘制均匀线阵方向图随波长、阵元数、阵元间距的变化(linear array direction with the wavelength, the number of array element, the array element spacing)
Files
- 割线法 在数值分析中,割线法是一个求根算法,该方法用一系列割线的根来近似代替函数f的根。(secant method and the solution)
bisection
- 二分法(英语:Bisection method),是一种方程式根的近似值求法。 若要求已知函数 f(x) = 0 的根 (x 的解),则: 先找出一个区间 [a, b],使得f(a)与f(b)异号。根据介值定理,这个区间内一定包含着方程式的根。(bisection method and the solution)
durands
- 杜兰德法则 Let the values of a function f(x) be tabulated at points x_i,equally spaced by h=x_(i+1)-x_i. so f_1=f(x_1), f_2=f(x_2), ..., f_n=f(x_n)(Durand's Rule Let the values of a function f(x) be tabulated at points x_i,equally spaced by h=x_(i+1)-
ascii2ebcdic
- This code extract header
bfgs
- BFGS算法(BFGS algorithm),是一种逆秩2拟牛顿法。Hk+,满足拟牛顿方程的逆形式Hk+}少一、k=s.当Hk正定且(,',少)}0时Hkh,也正定,因此,由BFGS修正确定的算法xk+} - xk - HkF Cxk)是具有正定性、传递性的拟牛顿法,它也是无约束优化中最常用的、最稳定的算法之一这种算法是布罗依丹(Broy-den,C. G.)于1969年,以及弗莱彻(Fletcher , R. ) ,戈德福布(Goldforb,D. )、香诺(Shan no, D. F.)于1