contents.m

来自「不同算法对时间序列进行奇异谱分解的源程序代码」· M 代码 · 共 31 行

M
31
字号
%
% SSA - Matlab Tools for Singular Spectrum Analysis 
%-------------------------------------------------------------
% Written by Eric Breitenberger
%         Geophysical Institute
%         University of Alaska                   
%
% I always welcome comments and suggestions!
% Please send them to eric@gi.alaska.edu
%-------------------------------------------------------------
% Functions included in the toolkit:
%
% SSA     - SSA shell: calls ssaeig, pc, and rc.
%
% SSAEIG  - Calculates SSA eigenvectors/values (calls ac.m).
%
% AC      - Estimates the autocovariance function.
%
% BK      - Estimates the autocovariance matrix in Broomhead/King fashion.
%
% PC      - Calculates PCs for SSA.
%
% RC      - Calculates RCs for SSA.
%
% SSACONF - Calculates variance estimates for eigenvalues.
%
% ITC     - Uses information theoretic criteria to estimate signal/noise cutoff.
%


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?