⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demos.m

📁 动态时间序列分析工具包.包括有ARMA,harmonic model,kalman filter等方法
💻 M
字号:
function tbxStruct=demos
% DEMOS  Returns demo information to the MATLAB Demo

% Copyright (c) 2006 by CRES, Lancaster University, United Kingdom
% Authors : Peter Young, Wlodek Tych, Diego Pedregal, James Taylor

if nargout==0, demo toolbox; return; end

tbxStruct.Name='Captain';
tbxStruct.Type='toolbox';

tbxStruct.Help={
         ' The Captain Toolbox is a collection of         '  
         ' functions for non-stationary time series       '
         ' analysis and forecasting.                      '
         '                                                '
         ' It allows for the identification of unobserved '
         ' components models, time variable parameter     '
         ' models, state dependent parameter models and   '
         ' multiple-input discrete and continuous time    '
         ' transfer function models.                      '
         '                                                '
         ' The toolbox is useful for system identification, '
         ' signal extraction, interpolation, backcasting, '
         ' forecasting and data-based mechanistic analysis'
         ' of a wide range of linear and non-linear       '
         ' stochastic systems.'};

tbxStruct.DemoList={
         'Background', 'captshow',
         'TVP models', 'tvpshow',
         'TF models', 'tfshow',
         'Air passengers', 'playshow dhrshow',
         'Chirp signal', 'playshow darshow',
         'Transfer Function', 'playshow rivshow',
         'Command Line Demos 1', 'captdems1',
         'Command Line Demos 2', 'captdems2',
         'Command Line Demos 3', 'captdems3'};

⌨️ 快捷键说明

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