-
Moving average moving average prediction ModifyShiftAverageRegress.cs trends can...
移动平均预测 ModifyShiftAverageRegress.cs
移动平均也可画趋势图,如下:
public double forecast(int interval)
移动平均认为数据是时间序列数据,该方法预测interval个时间间隔后的值
public override double[] getTrendArray()
得到趋势数组,该数组的数据直接在图形中展示出来就可以产生趋势线。
-Moving average moving average prediction ModifyShiftAverageRegress.cs trends can also be painted as follows: public double forecast (int interval) consider moving average data are time-series data, the method of prediction interval of time after the interval the value of public override double [] getTrendArray () be the trend of the array, the array of data directly in the graphical display can be generated by the trend line.
- 2022-06-06 15:01:20下载
- 积分:1
-
共轭梯度法
Conjugate gradient method for non-linear equations inC
- 2022-02-26 09:12:17下载
- 积分:1
-
这是递推梯形的源代码
这是递推梯形的源代码-trapezoidal source code
- 2022-06-13 06:52:45下载
- 积分:1
-
快速傅立叶变换
Fast Fourier Transform in C-Fast Fourier Transform in C++
- 2022-08-21 02:41:55下载
- 积分:1
-
一个程序,实现快速傅立叶变换,使用对话框编程。具体参数可以调节。...
一个程序,实现快速傅立叶变换,使用对话框编程。具体参数可以调节。-a procedure, fast Fourier transform, the use of dialog programming. Specific parameters can be adjusted.
- 2022-01-22 15:13:10下载
- 积分:1
-
利用杜利特路分解求解线性方程组!
用Doolittle式的LU分解来求解线性方程组。-Solve the linear equations using Doolittle LU Decomposition!
- 2022-03-21 02:51:21下载
- 积分:1
-
鱼眼矫正摄像机标定
鱼眼图像畸变校正的代码,基于C鱼眼实现,校正效果与Opencv差不多
- 2023-04-09 15:40:03下载
- 积分:1
-
模式识别工具箱,可用于人脸识别
模式识别研究主要集中在两方面,一是研究生物体(包括人)是如何感知对象的,属于认识科学的范畴,二是在给定的任务下,如何用计算机实现模式识别的理论和方法。前者是生理学家、心理学家、神经生理学家的研究内容,后者通过数学家、信息学专家和科技工作者近几十年来的努力,已经取得了系统的研究成果。.人脸识别是基于人的脸部特征信息进行身份识别的一种生物识别技术。用摄像机或摄像头采集含有人脸的图像或视频流,并自动在图像中检测和跟踪人脸,进而对检测到的人脸进行脸部的一系列相关技术,通常也叫做人像识别、面部识别。该代码是一个模式识别工具包,里面有很多相关算法,包括很多不错的 demo!
- 2022-03-15 23:24:18下载
- 积分:1
-
本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点
本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点-This procedure applies to solution of the form f (x) = 1/2* x" Ax+ bx+ c quadratic function of the stable point
- 2022-02-01 20:57:59下载
- 积分:1
-
复数运算库,可对复数进行加减和开方运算
复数运算库,可对复数进行加减和开方运算- The complex operation storehouse, may carry on the addition and
subtraction and the root to the plural number operates
- 2023-05-15 21:20:03下载
- 积分:1