demos.m

来自「动态时间序列分析工具包.包括有ARMA,harmonic model,kalma」· M 代码 · 共 39 行

M
39
字号
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 + =
减小字号Ctrl + -
显示快捷键?