混沌时间序列AOLMM多步预测函数我要分享

AOLMM multi-step prediction of chaotic time series

matlab 函数 预测 时间序列 混沌

关注次数: 291

下载次数: 1

文件大小: 1.12 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:首先进行数据的归一化,然后计算相空间中第M点与各点的距离,再排序计算相空间中第M点的(m+1)个参考邻近点,再计算第M点的(m+1)个参考邻近点的权P[i], 再用最小二乘法计算a[],b[]


English Description:

Normalized data first, then the phase space m and distance of each point, then sort the calculation in phase space m (m+1), a reference to neighboring points and then calculate m (m+1), a neighbouring right P[i], then using least squares method to calculate a[],b[]


代码预览