搜索资源列表
simpson
- 复化辛普森算法,用于在数值计算中对计算误差做出估计。
Gauss
- 采用高斯消去法来求解方程组得解,这种消去方法能够减少回代产生的计算误差
圆周率计算
- 在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用VB编写的可是实现任意精度的圆周率的计算程序-in numerical calculation, the general Newton iterative numerical method with the truncation error, therefore, prepared by the VB But to achieve any degree of accuracy the circumference of the rate
hmm.zip
- 隐马尔可夫链模型和例程(包括前向、后向算法、Viterbi解码以及为了减少概率数值计算误差编写的对数运算程序),Introduction to Hiden Markov Model and Example Codes
LMS.rar
- 用于计算最小均方误差的代码,包含了归一化的uniform函数,Used to calculate the minimum mean square error of the code, including the normalization of the uniform function
kalmanfilter.rar
- 编写卡尔曼滤波程序实现航迹的滤波估计,并计算出误差,仿真曲线,Kalman filter procedure to prepare implementation of the filtering track estimate and calculate the error, the simulation curve
jlxdwcjs
- 距离相对误差计算。可以方便计算距离的相对误差,是测绘行业的一个简单程序,可以帮助计算者方便计算,省时省力-Relative error of calculation of the distance. Can easily calculate the relative distance error, are surveying and mapping industry, a simple procedure that can help facilitate the calculation of t
P-Q
- 计算电力系统潮流的程序,非常通用.便于修改.在一定误差范围内也可以计算配网潮流-P-Q power flow algorithm
Errest
- 关于有限元的数字计算误差,分别有L2误差和H1误差-On the number of finite element calculation error, respectively, L2 and H1 error error
UnwellLineEquSet-matlab
- 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
GAUSS
- 实现GAUSS列主元法解线性方程组,可以使计算误差不扩散。-GAUSS out to achieve the main element method for solving linear equations, enabling calculation error non-proliferation.
stepr
- 画出系统的阶跃响应曲线,计算系统的上升时间,调节时间,超调量,稳态误差-drawing the system s step response and comput its adjusting time \stastical error
shuzhishiyan
- 两个数值实验的matlab编程实现。题目分别1是利用循环语句,计算数列根号5 ,根号下根号5 ,根号下根号下根号5…的极限,要求误差小于 10负8次方。 2利用级数pi=1-1/3+1/5-1/7+...可计算出无理数pi的近似值-Two numerical experiments matlab programming. Title 1 is the use of loop were calculated series roots and 5, roots and root number und
jinjin3
- 数据处理及误差分析采用了matlab软件来实现,它的界面虽然没有VB等直观简便,但其可调用的函数多,实现起来比较方便,程序中已经实现的功能有: (1)求算术平均值; (2)求残余误差(绝对误差); (3)求标准差; (4)判断粗大误差,如果发现粗大误差,剔除粗大误差后再进行计算; (5)判断数据是否具有线性误差或者周期性误差。 -Data processing and error analysis using matlab software to achie
BP
- 神经网络的计算,包括训练和测试两部分,利用的是最小均方误差算法。-Nerual network calculation,including training and working part,utilizing MMSE algorithm.
Calculation-of-Special-Functions
- 特殊函数计算 gamafun 用逼近法计算伽玛函数的值 lngama 用Lanczos算法计算伽玛函数的自然对数值 Beta 用伽玛函数计算贝塔函数的值 gamap 用逼近法计算不完全伽玛函数的值 betap 用逼近法计算不完全贝塔函数的值 bessel 用逼近法计算伽玛函数的值 bessel2 用逼近法计算第二类整数阶贝塞尔函数值 besselm 用逼近法计算变型的第一类整数阶贝塞尔函数值 besselm2 用逼近法计算变型的第二类整数阶贝塞尔函数值 E
bp
- 简单的BP神经网络的编程实现,利用样本计算误差值。-Simple BP neural network programming
cmac
- 利用CMAC神经网络实现无限逼近sin函数并计算误差实现误差的可视化-CMAC neural network to achieve unlimited approximation sin function and calculate error error visualization
计算RMSE
- 常用于回归精确度计算,计算均方根误差,Python代码,函数定义
作业4
- 复化数值积分)分别编写用复化梯形积分公式和复化Simpson积分公式的通用程序来计算积分 取积分节点数 为 ,并计算误差和误 差阶,其中误差阶的计算方法如下:如果 是步长为 时的误差, 是步长为 时的误差,则相应的误差阶 为 输出格式:数值积分值,误差,误差阶(Complex numerical integration) are respectively prepared with the complex trapezoid integral formula and complex S