虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Gauss-Legendre

  • 数值计算算法

    数值计算算法,包括: (1)Lagrange插值 (2)Newton 插值 (3)求f(x0):秦九韶法 (4)求实系数多项式f(z0)。z0为复数(5)二分法求f(x)=0的根 (6)弦截法求f (x)=0的根 (7)求实系数多项式 方程的实根、复根 (8)解线性方程组:Gauss列主元素消去法( 9 )快速弗利叶变换(FFT)

    标签: 数值计算 算法

    上传时间: 2016-11-15

    上传用户:a3318966

  • This function calculates Akaike s final prediction error % estimate of the average generalization e

    This function calculates Akaike s final prediction error % estimate of the average generalization error. % % [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms) produces the % final prediction error estimate (fpe), the effective number of % weights in the network if the network has been trained with % weight decay, an estimate of the noise variance, and the Gauss-Newton % Hessian. %

    标签: generalization calculates prediction function

    上传时间: 2014-12-03

    上传用户:maizezhen

  • This function calculates Akaike s final prediction error % estimate of the average generalization e

    This function calculates Akaike s final prediction error % estimate of the average generalization error for network % models generated by NNARX, NNOE, NNARMAX1+2, or their recursive % counterparts. % % [FPE,deff,varest,H] = nnfpe(method,NetDef,W1,W2,U,Y,NN,trparms,skip,Chat) % produces the final prediction error estimate (fpe), the effective number % of weights in the network if it has been trained with weight decay, % an estimate of the noise variance, and the Gauss-Newton Hessian. %

    标签: generalization calculates prediction function

    上传时间: 2016-12-27

    上传用户:脚趾头

  • 用matlab解决一些数值分析中常用的算法

    用matlab解决一些数值分析中常用的算法,如牛顿法、gauss、romberg等

    标签: matlab 数值分析 算法

    上传时间: 2017-01-25

    上传用户:bruce5996

  • 生成均匀分布伪随机数的c程序代码

    生成均匀分布伪随机数的c程序代码,用来生成gauss随即数

    标签: 分布 伪随机 代码 程序

    上传时间: 2014-12-06

    上传用户:685

  • 阻尼最小二乘法(即Levenberg-Marquarat算法)

    阻尼最小二乘法(即Levenberg-Marquarat算法),是Gauss-Newton算法的一种修正法。

    标签: Levenberg-Marquarat 阻尼 最小二乘法 算法

    上传时间: 2014-02-19

    上传用户:无聊来刷下

  • 分割算法 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时

    分割算法 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。 3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。

    标签: shift mean 分割算法 迭代

    上传时间: 2017-05-09

    上传用户:ryb

  • 利用vb解线性方程组

    利用vb解线性方程组,利用Gauss列主元消去法

    标签: 解线性 方程

    上传时间: 2014-01-19

    上传用户:来茴

  • 用Visual C++开发的图形化圆周率Pi计算程序

    用Visual C++开发的图形化圆周率Pi计算程序,共有“反正切 级数展开”、“反正弦级数展开”、“Marchin公式”、“Shank s公式”和“Gauss公式”五种方法可供选择。

    标签: Visual 图形化 计算 程序

    上传时间: 2014-01-12

    上传用户:shawvi

  • 此包包含了众多矩阵处理程序

    此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、实矩阵LU分解、用豪斯荷尔德(Householder)变换对一般m*n阶的实矩阵进行QR分解、对称正定阵的乔里斯基(Cholesky)分解及求其行列式值、一般实矩阵的奇异值分解、广义逆的奇异值分解。

    标签: 矩阵处理 程序

    上传时间: 2013-12-27

    上传用户:duoshen1989