搜索资源列表
fitellipse
- 这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。-This is my collection of a foreigner series of the least squares fit algorithm for elliptic. Hope can be put to use.
27_142
- 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such
自适应算法
- matlab程序,用于计算时间序列中的自适应问题可以进行预测-Matlab procedures used in the calculation of time-series of adaptive problems can be predicted
fuliyejishu
- 创建25个谐波的傅立叶级数,计算三角形式的傅立叶级数并将计算结果和转换结果相比较,最后绘制频谱。-The creation of 25 harmonic Fourier series, calculation of the triangular form of Fourier series and the results of calculations and conversions, compared to the final rendering spectrum.
ft-series
- FT-series of Software verification.
ARMASA_1_9
- Features a unique program to estimate the power spectral density. The spectrum containing all significant details is calculated from a time series model. Model type as well as model order are determined automatically from the data, using statistical
Temporal
- 时序数据挖掘,对于学习自然语言处理的人非常有用-Time-series data mining, natural language processing for the study are very useful
Algorithm
- 时序数据挖掘的经典论文,对于学习计算机方面的人很有帮助-Classic time-series data mining papers, computers for people to learn useful
MESA
- 对一个时间序列进行极大熵谱分析与周期检验.-THIS IS A PROGRAM OF MAXIMUM ENTROPY SPECTRUM ANALYSIS (MESA) FOR A TIME SERIES
series
- This source file can be used for generating different mathematical series.
Mathematics-Series
- 数学丛书.-.[控制论].[工程控制论],控制理论对软件供也有很大的帮助-Mathematics Series .-. [control theory]. [Engineering cybernetics], control theory, the software is also a great help for
NACA-series-airfoil-program
- 基于拉普拉斯法的翼型生成程序,是生成NACA系列翼型的方便工具-Airfoil generation program to generate NACA series airfoil, based on Laplace s law ,which is a convenient tool.
Time-series-analysis-CC-algorithm
- 时间序列的相空间重构延迟时间和嵌入维数的CC算法-Time series analysis CC algorithm for delay time and embedding dimension
Fibonacci-series
- 斐波那契数列 递归调用,主要用于了解递归用法-The Fibonacci series recursive calls, mainly used to understand recursion usage
series-sum
- 数列求和(动态规划实现) 给定n个数字和一个范围[x,y],求从这n个数字中任意取出一些数字,使得它们的和在范围[x,y]中有多少种取法。 输入: 输入第一行为整数case,case<=10 表示有case组测试数据。 对于每一组测试数据,第一行为一个整数n (n<=30),第二行为n个整数a[i],第三行为两个整数x和y。其中,a[i]>=0,sum(a[i])<2^31,0<x,y<sum(a[i])< span="">。
time-series
- 时间序列预测模型,适合各种数据预测分析,对于数模爱好者十分好用-Time series prediction model for a variety of data to predict, very easy to use for digital-to-analog lovers
time-series-analysis
- Matlab在时间序列分析中的应用,一般可以用excel实现时间序列的分析,在这里也可以用MATLAB-The application of Matlab in time series analysis, generally can use excel realize time series analysis, here you can also use Matlab
Algo_performnce_TIME-SERIES
- efficient algo for real time series data
time-series-to-build-wear-model
- 使用C++语言编程建立时间序列模型,进行磨损预测-Use C++ language programming to build time series model for wear prediction
Time_Series_Analysis
- ARIMA算法的Python实现,预测时间序列数据。 附两个数据: AirPassengers UK Traffic flow(The Python implementation of the ARIMA algorithm predicts the time series data. Two data are attached. AirPassengers UK Traffic flow)