在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → MATLAB IRIS工具箱

MATLAB IRIS工具箱

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.03M
  • 下载次数:9
  • 浏览次数:220
  • 发布时间:2021-02-07
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
MATLAB的IRIS工具箱,可做X12的季节调整等
【实例截图】
【核心代码】
1dc560ed-a67f-4891-bbc2-aa64539da0db
├── +BVAR
│   ├── Contents.m
│   ├── covmat.m
│   ├── litterman.m
│   ├── sumofcoeff.m
│   └── uncmean.m
├── class_library
│   ├── @bkwmodel
│   │   ├── alter.m
│   │   ├── and.m
│   │   ├── assign.m
│   │   ├── bkwmodel.m
│   │   ├── db2dp.m
│   │   ├── disp.m
│   │   ├── dp2db.m
│   │   ├── end.m
│   │   ├── eqtn2func.m
│   │   ├── estimate.m
│   │   ├── fieldnames.m
│   │   ├── getanchors.m
│   │   ├── get.m
│   │   ├── horzcat.m
│   │   ├── isempty.m
│   │   ├── kalman.m
│   │   ├── length.m
│   │   ├── metasystem.m
│   │   ├── parse.m
│   │   ├── residuals.m
│   │   ├── simulate.m
│   │   ├── size.m
│   │   ├── specget.m
│   │   ├── subsasgn.m
│   │   ├── subsref.m
│   │   ├── symbdiff.m
│   │   └── system.m
│   ├── @cell
│   │   ├── minus.m
│   │   ├── mtimes.m
│   │   ├── nonunique.m
│   │   └── plus.m
│   ├── codeCreator.m
│   ├── @container
│   │   ├── container.m
│   │   └── request.m
│   ├── distrib.m
│   ├── @estimateobj
│   │   ├── diffprior.m
│   │   ├── estimateobj.m
│   │   ├── neighbourhood.m
│   │   ├── paramstruct.m
│   │   └── unobsstruct.m
│   ├── estimateobj.m
│   ├── estTime.m
│   ├── @FAVAR
│   │   ├── cc.m
│   │   ├── destandardise.m
│   │   ├── disp.m
│   │   ├── eig.m
│   │   ├── error.m
│   │   ├── estimate.m
│   │   ├── estimatevar.m
│   │   ├── FAVAR.m
│   │   ├── filter.m
│   │   ├── forecast.m
│   │   ├── get.m
│   │   ├── mean.m
│   │   ├── pc.m
│   │   ├── size.m
│   │   ├── specget.m
│   │   ├── standardise.m
│   │   └── VAR.m
│   ├── @hdataobj
│   │   ├── assign.m
│   │   ├── hdataobj.m
│   │   ├── init.m
│   │   └── output.m
│   ├── irisoverhead.m
│   ├── logprior.m
│   ├── @metamodelobj
│   │   ├── assign.m
│   │   ├── emptydb.m
│   │   ├── metamodelobj.m
│   │   ├── nameposition.m
│   │   ├── omega.m
│   │   └── specget.m
│   ├── @model
│   │   ├── access.m
│   │   ├── acf.m
│   │   ├── affectedeqtn.m
│   │   ├── alter.m
│   │   ├── assign.m
│   │   ├── blazer.m
│   │   ├── bn.m
│   │   ├── chk.m
│   │   ├── chksolution.m
│   │   ├── chksstate.m
│   │   ├── dataformat.m
│   │   ├── datarequest.m
│   │   ├── db2dp.m
│   │   ├── diffloglik.m
│   │   ├── diffsrf.m
│   │   ├── disp.m
│   │   ├── dp2db.m
│   │   ├── eig.m
│   │   ├── end.m
│   │   ├── eqtn2afcn.m
│   │   ├── estimate.m
│   │   ├── eval.m
│   │   ├── expand.m
│   │   ├── failed.m
│   │   ├── fdlik.m
│   │   ├── fevd.m
│   │   ├── ffrf.m
│   │   ├── fieldnames.m
│   │   ├── filter.m
│   │   ├── findeqtn.m
│   │   ├── fisher.m
│   │   ├── fmse.m
│   │   ├── forecast.m
│   │   ├── fourierdata.m
│   │   ├── getanchors.m
│   │   ├── get.m
│   │   ├── getnonlinobj.m
│   │   ├── horzcat.m
│   │   ├── i2model.m
│   │   ├── icrf.m
│   │   ├── ifrf.m
│   │   ├── initoutputdata.m
│   │   ├── irf.m
│   │   ├── isempty.m
│   │   ├── islinear.m
│   │   ├── islog.m
│   │   ├── isname.m
│   │   ├── isnan.m
│   │   ├── issolved.m
│   │   ├── isstationary.m
│   │   ├── jforecast.m
│   │   ├── kalman.m
│   │   ├── length.m
│   │   ├── loadobj.m
│   │   ├── loglik.m
│   │   ├── loglikopt.m
│   │   ├── lognormal.m
│   │   ├── lossfunc.m
│   │   ├── loss.m
│   │   ├── model.m
│   │   ├── outputdbase.m
│   │   ├── outputformat.m
│   │   ├── parse.m
│   │   ├── private
│   │   │   ├── addshocks_.m
│   │   │   ├── alpha2xb_.m
│   │   │   ├── chkdpack_.m
│   │   │   ├── chklog_.m
│   │   │   ├── chksubsref_.m
│   │   │   ├── deriv_.m
│   │   │   ├── diffloglik_.m
│   │   │   ├── dtrendsrequest_.m
│   │   │   ├── error_.m
│   │   │   ├── expand_.m
│   │   │   ├── findoccur_.m
│   │   │   ├── getsetalias_.m
│   │   │   ├── iscompatible_.m
│   │   │   ├── isdpack_.m
│   │   │   ├── meta_.m
│   │   │   ├── mse2var_.m
│   │   │   ├── range2ttrend_.m
│   │   │   ├── shocktype_.m
│   │   │   ├── sourcedb_.m
│   │   │   ├── sspace_.m
│   │   │   ├── system_.m
│   │   │   ├── trendarray_.m
│   │   │   ├── vector_.m
│   │   │   └── warning_.m
│   │   ├── readblocks.m
│   │   ├── readnames.m
│   │   ├── refresh.m
│   │   ├── reporting.m
│   │   ├── resample.m
│   │   ├── saveobj.m
│   │   ├── setassignstdcorr.m
│   │   ├── set.m
│   │   ├── simulate.m
│   │   ├── single.m
│   │   ├── size.m
│   │   ├── solve.m
│   │   ├── solver.m
│   │   ├── specget.m
│   │   ├── srf.m
│   │   ├── sspace.m
│   │   ├── sstatedb.m
│   │   ├── sstatefile.m
│   │   ├── sstatelinear.m
│   │   ├── sstate.m
│   │   ├── sstatenonlin.m
│   │   ├── stdscale.m
│   │   ├── subsasgn.m
│   │   ├── subsref.m
│   │   ├── swap.m
│   │   ├── swapsystem.m
│   │   ├── symbdiff.m
│   │   ├── symbeqtn.m
│   │   ├── system.m
│   │   ├── tcorule.m
│   │   ├── tune2stdcorr.m
│   │   ├── updatemodel.m
│   │   ├── VAR.m
│   │   ├── vma.m
│   │   ├── xsf.m
│   │   └── zerodb.m
│   ├── nameddoubleobj.m
│   ├── @plan
│   │   ├── detail.m
│   │   ├── plan.m
│   │   └── subsref.m
│   ├── +plans
│   │   ├── @nonlinobj
│   │   │   ├── nnznonlin.m
│   │   │   ├── nonlinearise.m
│   │   │   └── nonlinobj.m
│   │   ├── rangeobj.m
│   │   └── @tuneobj
│   │   ├── endogenise.m
│   │   ├── exogenise.m
│   │   ├── nnzendog.m
│   │   ├── nnzexog.m
│   │   └── tuneobj.m
│   ├── @poster
│   │   ├── arwm.m
│   │   ├── poster.m
│   │   ├── simulate.m
│   │   └── stats.m
│   ├── @preparser
│   │   ├── clone.m
│   │   ├── export.m
│   │   ├── findnames.m
│   │   ├── preparser.m
│   │   ├── pseudofunc.m
│   │   ├── quotedStringsBack.m
│   │   ├── readcode.m
│   │   ├── reporting.m
│   │   └── saveas.m
│   ├── progressBar.m
│   ├── @rhsmodel
│   │   ├── alter.m
│   │   ├── and.m
│   │   ├── assign.m
│   │   ├── db2dp.m
│   │   ├── disp.m
│   │   ├── dp2db.m
│   │   ├── end.m
│   │   ├── eqtn2func.m
│   │   ├── estimate.m
│   │   ├── fieldnames.m
│   │   ├── filter.m
│   │   ├── findoccur.m
│   │   ├── getanchors.m
│   │   ├── get.m
│   │   ├── horzcat.m
│   │   ├── isempty.m
│   │   ├── kalman.m
│   │   ├── length.m
│   │   ├── parse.m
│   │   ├── residuals.m
│   │   ├── rhsmodel.m
│   │   ├── simulate.m
│   │   ├── size.m
│   │   ├── specget.m
│   │   ├── subsasgn.m
│   │   ├── subsref.m
│   │   └── system.m
│   ├── @sstate
│   │   ├── compile.m
│   │   ├── get.m
│   │   ├── parse.m
│   │   ├── sstate.m
│   │   └── standalonemfile.m
│   ├── @struct
│   │   ├── and.m
│   │   ├── maxabs.m
│   │   ├── minus.m
│   │   ├── mtimes.m
│   │   ├── plus.m
│   │   └── rmfieldmatch.m
│   ├── @SVAR
│   │   ├── alter.m
│   │   ├── companion.m
│   │   ├── fevd.m
│   │   ├── fprintf.m
│   │   ├── get.m
│   │   ├── identify.m
│   │   ├── irf.m
│   │   ├── specget.m
│   │   ├── sprintf.m
│   │   ├── srf.m
│   │   ├── sspace.m
│   │   ├── SVAR.m
│   │   └── system.m
│   ├── @sydney
│   │   ├── char.m
│   │   ├── differentiate.m
│   │   ├── diff.m
│   │   ├── reduce.m
│   │   └── sydney.m
│   ├── @tseries
│   │   ├── acf.m
│   │   ├── apct.m
│   │   ├── area.m
│   │   ├── arf.m
│   │   ├── bar.m
│   │   ├── binop.m
│   │   ├── bpass.m
│   │   ├── bwf2.m
│   │   ├── bwf.m
│   │   ├── catcheck.m
│   │   ├── cat.m
│   │   ├── chowlin.m
│   │   ├── comment.m
│   │   ├── conbar.m
│   │   ├── convert.m
│   │   ├── cut.m
│   │   ├── daily.m
│   │   ├── destdise.m
│   │   ├── destdize.m
│   │   ├── detrend.m
│   │   ├── df.m
│   │   ├── diff.m
│   │   ├── disp.m
│   │   ├── divisia.m
│   │   ├── doubledata.m
│   │   ├── double.m
│   │   ├── edit.m
│   │   ├── empty.m
│   │   ├── enddate.m
│   │   ├── errorbar.m
│   │   ├── fft.m
│   │   ├── find.m
│   │   ├── freq.m
│   │   ├── getdata.m
│   │   ├── get.m
│   │   ├── gfilter.m
│   │   ├── gplot.m
│   │   ├── horzcat.m
│   │   ├── hpdi.m
│   │   ├── hpf2.m
│   │   ├── hpf.m
│   │   ├── hwfsf.m
│   │   ├── init.m
│   │   ├── interp.m
│   │   ├── isempty.m
│   │   ├── isscalar.m
│   │   ├── lagorlead.m
│   │   ├── length.m
│   │   ├── llf2.m
│   │   ├── llf.m
│   │   ├── loadobj.m
│   │   ├── logncdf.m
│   │   ├── maxabs.m
│   │   ├── moving.m
│   │   ├── normalise.m
│   │   ├── normalize.m
│   │   ├── pct.m
│   │   ├── permute.m
│   │   ├── plotcmp.m
│   │   ├── plot.m
│   │   ├── plotpred.m
│   │   ├── plotyy.m
│   │   ├── rangedata.m
│   │   ├── range.m
│   │   ├── redate.m
│   │   ├── regress.m
│   │   ├── replace.m
│   │   ├── reshape.m
│   │   ├── resize.m
│   │   ├── round.m
│   │   ├── scalar2nd.m
│   │   ├── scatter.m
│   │   ├── singledata.m
│   │   ├── single.m
│   │   ├── size.m
│   │   ├── sort.m
│   │   ├── specrange.m
│   │   ├── spy.m
│   │   ├── startdate.m
│   │   ├── stdise.m
│   │   ├── stdize.m
│   │   ├── stem.m
│   │   ├── subsasgn.m
│   │   ├── subsref.m
│   │   ├── timeline.m
│   │   ├── trend.m
│   │   ├── trim.m
│   │   ├── tseries.m
│   │   ├── unop.m
│   │   ├── vertcat.m
│   │   ├── windex.m
│   │   ├── wmean.m
│   │   ├── x12.m
│   │   └── yearly.m
│   ├── userdataobj.m
│   └── @VAR
│   ├── acf.m
│   ├── alter.m
│   ├── backward.m
│   ├── companion.m
│   ├── datarequest.m
│   ├── demean.m
│   ├── disp.m
│   ├── eig.m
│   ├── end.m
│   ├── error.m
│   ├── estimate.m
│   ├── ferf.m
│   ├── fmse.m
│   ├── forecast.m
│   ├── get.m
│   ├── glsq.m
│   ├── horzcat.m
│   ├── infocrit.m
│   ├── inputdata.m
│   ├── integrate.m
│   ├── isempty.m
│   ├── isexplosive.m
│   ├── isstationary.m
│   ├── length.m
│   ├── loadobj.m
│   ├── lrtest.m
│   ├── mean.m
│   ├── outputdata.m
│   ├── portest.m
│   ├── resample.m
│   ├── restrict.m
│   ├── saveobj.m
│   ├── schur.m
│   ├── simulate.m
│   ├── size.m
│   ├── sizeof.m
│   ├── specget.m
│   ├── sspace.m
│   ├── stackdata.m
│   ├── subsasgn.m
│   ├── subsref.m
│   ├── SVAR.m
│   ├── system.m
│   ├── VAR.m
│   ├── vma.m
│   ├── warning.m
│   └── xsf.m
├── +config
│   └── Contents.m
├── +Contents
│   ├── Data.m
│   ├── index.m
│   ├── Models.m
│   ├── Reporting.m
│   ├── Sessions.m
│   └── VAR.m
├── Contents.m
├── +covfun
│   ├── acovf.m
│   ├── acovfsmp.m
│   ├── cov2corr.m
│   ├── cov2stdcorr.m
│   ├── factorise.m
│   ├── lyapunov.m
│   └── stdcorr2cov.m
├── data
│   ├── array2db.m
│   ├── Contents.m
│   ├── db2array.m
│   ├── db2tseries.m
│   ├── dbbatch.m
│   ├── dbclip.m
│   ├── dbcol.m
│   ├── dbeval.m
│   ├── dbexclude.m
│   ├── dbextend.m
│   ├── dbfun.m
│   ├── dbload.m
│   ├── dbmerge.m
│   ├── dbminuscontrol.m
│   ├── dbnames.m
│   ├── dbplot.m
│   ├── dbrange.m
│   ├── dbredate.m
│   └── dbsave.m
├── dates
│   ├── bb.m
│   ├── bbtoday.m
│   ├── clp2dat.m
│   ├── Contents.m
│   ├── convert.m
│   ├── dat2charlist.m
│   ├── dat2char.m
│   ├── dat2clp.m
│   ├── dat2cmd.m
│   ├── dat2dec.m
│   ├── dat2grid.m
│   ├── dat2str.m
│   ├── dat2ypf.m
│   ├── datcmp.m
│   ├── datcode.m
│   ├── datdefaults.m
│   ├── daterange.m
│   ├── datfreq.m
│   ├── dd.m
│   ├── dec2dat.m
│   ├── freqcmp.m
│   ├── grid2dat.m
│   ├── hh.m
│   ├── hhtoday.m
│   ├── mm.m
│   ├── mmtoday.m
│   ├── per2month.m
│   ├── qq.m
│   ├── qqtoday.m
│   ├── str2dat.m
│   ├── yy.m
│   ├── yytoday.m
│   ├── zz.m
│   └── zztoday.m
├── findtexmf.m
├── +freq_domain
│   ├── fdfilter.m
│   ├── ffrf2.m
│   ├── ffrfanalytic.m
│   ├── ffrf.m
│   ├── ifrf.m
│   ├── psf2sdf.m
│   ├── xsf.m
│   └── xsfvar.m
├── +gettinghelp
│   └── Contents.m
├── +grfun
│   ├── axisoneitherside.m
│   ├── clicktocopy.m
│   ├── conbar.m
│   ├── Contents.m
│   ├── excludefromlegend.m
│   ├── ftitle.m
│   ├── halegend.m
│   ├── highlight.m
│   ├── listener.m
│   ├── maxfigure.m
│   ├── movetosubplot.m
│   ├── nextplot.m
│   ├── plotcircle.m
│   ├── ploteig.m
│   ├── plotmat.m
│   ├── plotneigh.m
│   ├── plotpp.m
│   ├── private
│   │   └── caption_.m
│   ├── title.m
│   ├── ucircle.m
│   ├── vline.m
│   ├── yaxisreformat.m
│   ├── yaxistight.m
│   └── zeroline.m
├── -help
│   ├── bkwmodel
│   │   ├── bkwmodel.html
│   │   ├── bkwmodel.tex
│   │   ├── bkwmodel.xml
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   └── Contents.xml
│   ├── BVAR
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── litterman.html
│   │   ├── litterman.tex
│   │   ├── litterman.xml
│   │   ├── sumofcoeff.html
│   │   ├── sumofcoeff.tex
│   │   ├── sumofcoeff.xml
│   │   ├── uncmean.html
│   │   ├── uncmean.tex
│   │   └── uncmean.xml
│   ├── config
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── iriscleanup.html
│   │   ├── iriscleanup.tex
│   │   ├── iriscleanup.xml
│   │   ├── irisfinish.html
│   │   ├── irisfinish.tex
│   │   ├── irisfinish.xml
│   │   ├── irisget.html
│   │   ├── irisget.tex
│   │   ├── irisget.xml
│   │   ├── irisrequired.html
│   │   ├── irisrequired.tex
│   │   ├── irisrequired.xml
│   │   ├── irisreset.html
│   │   ├── irisreset.tex
│   │   ├── irisreset.xml
│   │   ├── irisroot.html
│   │   ├── irisroot.tex
│   │   ├── irisroot.xml
│   │   ├── irisset.html
│   │   ├── irisset.tex
│   │   ├── irisset.xml
│   │   ├── irisstartup.html
│   │   ├── irisstartup.tex
│   │   ├── irisstartup.xml
│   │   ├── irisuserconfighelp.html
│   │   ├── irisuserconfighelp.tex
│   │   ├── irisuserconfighelp.xml
│   │   ├── irisversion.html
│   │   ├── irisversion.tex
│   │   └── irisversion.xml
│   ├── Contents
│   │   ├── Data.html
│   │   ├── index.html
│   │   ├── Models.html
│   │   ├── Reporting.html
│   │   ├── Sessions.html
│   │   └── VAR.html
│   ├── Contents.tex
│   ├── data
│   │   ├── array2db.html
│   │   ├── array2db.tex
│   │   ├── array2db.xml
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── db2array.html
│   │   ├── db2array.tex
│   │   ├── db2array.xml
│   │   ├── db2tseries.html
│   │   ├── db2tseries.tex
│   │   ├── db2tseries.xml
│   │   ├── dbbatch.html
│   │   ├── dbbatch.tex
│   │   ├── dbbatch.xml
│   │   ├── dbclip.html
│   │   ├── dbclip.tex
│   │   ├── dbclip.xml
│   │   ├── dbcol.html
│   │   ├── dbcol.tex
│   │   ├── dbcol.xml
│   │   ├── dbextend.html
│   │   ├── dbextend.tex
│   │   ├── dbextend.xml
│   │   ├── dbfun.html
│   │   ├── dbfun.tex
│   │   ├── dbfun.xml
│   │   ├── dbload.html
│   │   ├── dbload.tex
│   │   ├── dbload.xml
│   │   ├── dbmerge.html
│   │   ├── dbmerge.tex
│   │   ├── dbmerge.xml
│   │   ├── dbminuscontrol.html
│   │   ├── dbminuscontrol.tex
│   │   ├── dbminuscontrol.xml
│   │   ├── dbnames.html
│   │   ├── dbnames.tex
│   │   ├── dbnames.xml
│   │   ├── dbplot.html
│   │   ├── dbplot.tex
│   │   ├── dbplot.xml
│   │   ├── dbrange.html
│   │   ├── dbrange.tex
│   │   ├── dbrange.xml
│   │   ├── dbredate.html
│   │   ├── dbredate.tex
│   │   ├── dbredate.xml
│   │   ├── dbsave.html
│   │   ├── dbsave.tex
│   │   └── dbsave.xml
│   ├── dates
│   │   ├── bb.html
│   │   ├── bb.tex
│   │   ├── bbtoday.html
│   │   ├── bbtoday.tex
│   │   ├── bbtoday.xml
│   │   ├── bb.xml
│   │   ├── clp2dat.html
│   │   ├── clp2dat.tex
│   │   ├── clp2dat.xml
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── dat2char.html
│   │   ├── dat2charlist.html
│   │   ├── dat2charlist.tex
│   │   ├── dat2charlist.xml
│   │   ├── dat2char.tex
│   │   ├── dat2char.xml
│   │   ├── dat2clp.html
│   │   ├── dat2clp.tex
│   │   ├── dat2clp.xml
│   │   ├── dat2dec.html
│   │   ├── dat2dec.tex
│   │   ├── dat2dec.xml
│   │   ├── dat2str.html
│   │   ├── dat2str.tex
│   │   ├── dat2str.xml
│   │   ├── dat2ypf.html
│   │   ├── dat2ypf.tex
│   │   ├── dat2ypf.xml
│   │   ├── datcmp.html
│   │   ├── datcmp.tex
│   │   ├── datcmp.xml
│   │   ├── daterange.html
│   │   ├── daterange.tex
│   │   ├── daterange.xml
│   │   ├── dec2dat.html
│   │   ├── dec2dat.tex
│   │   ├── dec2dat.xml
│   │   ├── hh.html
│   │   ├── hh.tex
│   │   ├── hhtoday.html
│   │   ├── hhtoday.tex
│   │   ├── hhtoday.xml
│   │   ├── hh.xml
│   │   ├── mm.html
│   │   ├── mm.tex
│   │   ├── mmtoday.html
│   │   ├── mmtoday.tex
│   │   ├── mmtoday.xml
│   │   ├── mm.xml
│   │   ├── qq.html
│   │   ├── qq.tex
│   │   ├── qqtoday.html
│   │   ├── qqtoday.tex
│   │   ├── qqtoday.xml
│   │   ├── qq.xml
│   │   ├── str2dat.html
│   │   ├── str2dat.tex
│   │   ├── str2dat.xml
│   │   ├── yy.html
│   │   ├── yy.tex
│   │   ├── yytoday.html
│   │   ├── yytoday.tex
│   │   ├── yytoday.xml
│   │   └── yy.xml
│   ├── FAVAR
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── estimate.html
│   │   ├── estimate.tex
│   │   ├── estimate.xml
│   │   ├── FAVAR.html
│   │   ├── FAVAR.tex
│   │   ├── FAVAR.xml
│   │   ├── filter.html
│   │   ├── filter.tex
│   │   ├── filter.xml
│   │   ├── forecast.html
│   │   ├── forecast.tex
│   │   ├── forecast.xml
│   │   ├── get.html
│   │   ├── get.tex
│   │   ├── get.xml
│   │   ├── userdata.html
│   │   ├── userdata.tex
│   │   ├── userdata.xml
│   │   ├── VAR.html
│   │   ├── VAR.tex
│   │   └── VAR.xml
│   ├── frontmatter.tex
│   ├── gettinghelp
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   └── Contents.xml
│   ├── grfun
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── ftitle.html
│   │   ├── ftitle.tex
│   │   ├── ftitle.xml
│   │   ├── highlight.html
│   │   ├── highlight.tex
│   │   ├── highlight.xml
│   │   ├── maxfigure.html
│   │   ├── maxfigure.tex
│   │   ├── maxfigure.xml
│   │   ├── movetosubplot.html
│   │   ├── movetosubplot.tex
│   │   ├── movetosubplot.xml
│   │   ├── plotmat.html
│   │   ├── plotmat.tex
│   │   ├── plotmat.xml
│   │   ├── plotneigh.html
│   │   ├── plotneigh.tex
│   │   ├── plotneigh.xml
│   │   ├── plotpp.html
│   │   ├── plotpp.tex
│   │   ├── plotpp.xml
│   │   ├── vline.html
│   │   ├── vline.tex
│   │   ├── vline.xml
│   │   ├── zeroline.html
│   │   ├── zeroline.tex
│   │   └── zeroline.xml
│   ├── helpheadings.sty
│   ├── helptoc.xml
│   ├── IRIS_Man.pdf
│   ├── IRIS_Man.tex
│   ├── logprior
│   │   ├── beta.html
│   │   ├── beta.tex
│   │   ├── beta.xml
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── gamma.html
│   │   ├── gamma.tex
│   │   ├── gamma.xml
│   │   ├── invgamma.html
│   │   ├── invgamma.tex
│   │   ├── invgamma.xml
│   │   ├── lognormal.html
│   │   ├── lognormal.tex
│   │   ├── lognormal.xml
│   │   ├── normal.html
│   │   ├── normal.tex
│   │   ├── normal.xml
│   │   ├── uniform.html
│   │   ├── uniform.tex
│   │   └── uniform.xml
│   ├── model
│   │   ├── acf.html
│   │   ├── acf.tex
│   │   ├── acf.xml
│   │   ├── alter.html
│   │   ├── alter.tex
│   │   ├── alter.xml
│   │   ├── assign.html
│   │   ├── assign.tex
│   │   ├── assign.xml
│   │   ├── bn.html
│   │   ├── bn.tex
│   │   ├── bn.xml
│   │   ├── chksstate.html
│   │   ├── chksstate.tex
│   │   ├── chksstate.xml
│   │   ├── comment.html
│   │   ├── comment.tex
│   │   ├── comment.xml
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── diffloglik.html
│   │   ├── diffloglik.tex
│   │   ├── diffloglik.xml
│   │   ├── diffsrf.html
│   │   ├── diffsrf.tex
│   │   ├── diffsrf.xml
│   │   ├── eig.html
│   │   ├── eig.tex
│   │   ├── eig.xml
│   │   ├── emptydb.html
│   │   ├── emptydb.tex
│   │   ├── emptydb.xml
│   │   ├── estimate.html
│   │   ├── estimate.tex
│   │   ├── estimate.xml
│   │   ├── expand.html
│   │   ├── expand.tex
│   │   ├── expand.xml
│   │   ├── fevd.html
│   │   ├── fevd.tex
│   │   ├── fevd.xml
│   │   ├── ffrf.html
│   │   ├── ffrf.tex
│   │   ├── ffrf.xml
│   │   ├── filter.html
│   │   ├── filter.tex
│   │   ├── filter.xml
│   │   ├── findeqtn.html
│   │   ├── findeqtn.tex
│   │   ├── findeqtn.xml
│   │   ├── fisher.html
│   │   ├── fisher.tex
│   │   ├── fisher.xml
│   │   ├── fmse.html
│   │   ├── fmse.tex
│   │   ├── fmse.xml
│   │   ├── get.html
│   │   ├── get.tex
│   │   ├── get.xml
│   │   ├── horzcat.html
│   │   ├── horzcat.tex
│   │   ├── horzcat.xml
│   │   ├── icrf.html
│   │   ├── icrf.tex
│   │   ├── icrf.xml
│   │   ├── ifrf.html
│   │   ├── ifrf.tex
│   │   ├── ifrf.xml
│   │   ├── islinear.html
│   │   ├── islinear.tex
│   │   ├── islinear.xml
│   │   ├── islog.html
│   │   ├── islog.tex
│   │   ├── islog.xml
│   │   ├── isname.html
│   │   ├── isname.tex
│   │   ├── isname.xml
│   │   ├── isnan.html
│   │   ├── isnan.tex
│   │   ├── isnan.xml
│   │   ├── issolved.html
│   │   ├── issolved.tex
│   │   ├── issolved.xml
│   │   ├── isstationary.html
│   │   ├── isstationary.tex
│   │   ├── isstationary.xml
│   │   ├── jforecast.html
│   │   ├── jforecast.tex
│   │   ├── jforecast.xml
│   │   ├── length.html
│   │   ├── length.tex
│   │   ├── length.xml
│   │   ├── loglik.html
│   │   ├── loglik.tex
│   │   ├── loglik.xml
│   │   ├── lognormal.html
│   │   ├── lognormal.tex
│   │   ├── lognormal.xml
│   │   ├── model.html
│   │   ├── model.tex
│   │   ├── model.xml
│   │   ├── neighbourhood.html
│   │   ├── neighbourhood.tex
│   │   ├── neighbourhood.xml
│   │   ├── omega.html
│   │   ├── omega.tex
│   │   ├── omega.xml
│   │   ├── refresh.html
│   │   ├── refresh.tex
│   │   ├── refresh.xml
│   │   ├── reporting.html
│   │   ├── reporting.tex
│   │   ├── reporting.xml
│   │   ├── resample.html
│   │   ├── resample.tex
│   │   ├── resample.xml
│   │   ├── set.html
│   │   ├── set.tex
│   │   ├── set.xml
│   │   ├── simulate.html
│   │   ├── simulate.tex
│   │   ├── simulate.xml
│   │   ├── solve.html
│   │   ├── solve.tex
│   │   ├── solve.xml
│   │   ├── srf.html
│   │   ├── srf.tex
│   │   ├── srf.xml
│   │   ├── sspace.html
│   │   ├── sspace.tex
│   │   ├── sspace.xml
│   │   ├── sstatedb.html
│   │   ├── sstatedb.tex
│   │   ├── sstatedb.xml
│   │   ├── sstatefile.html
│   │   ├── sstatefile.tex
│   │   ├── sstatefile.xml
│   │   ├── sstate.html
│   │   ├── sstate.tex
│   │   ├── sstate.xml
│   │   ├── stdscale.html
│   │   ├── stdscale.tex
│   │   ├── stdscale.xml
│   │   ├── subsasgn.html
│   │   ├── subsasgn.tex
│   │   ├── subsasgn.xml
│   │   ├── subsref.html
│   │   ├── subsref.tex
│   │   ├── subsref.xml
│   │   ├── symbdiff.html
│   │   ├── symbdiff.tex
│   │   ├── symbdiff.xml
│   │   ├── system.html
│   │   ├── system.tex
│   │   ├── system.xml
│   │   ├── userdata.html
│   │   ├── userdata.tex
│   │   ├── userdata.xml
│   │   ├── VAR.html
│   │   ├── VAR.tex
│   │   ├── VAR.xml
│   │   ├── vma.html
│   │   ├── vma.tex
│   │   ├── vma.xml
│   │   ├── xsf.html
│   │   ├── xsf.tex
│   │   ├── xsf.xml
│   │   ├── zerodb.html
│   │   ├── zerodb.tex
│   │   └── zerodb.xml
│   ├── model_lang
│   │   ├── allbut.html
│   │   ├── allbut.tex
│   │   ├── allbut.xml
│   │   ├── block_comments.html
│   │   ├── block_comments.tex
│   │   ├── block_comments.xml
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── diff.html
│   │   ├── difflog.html
│   │   ├── difflog.tex
│   │   ├── difflog.xml
│   │   ├── diff.tex
│   │   ├── diff.xml
│   │   ├── dot.html
│   │   ├── dot.tex
│   │   ├── dot.xml
│   │   ├── dtrends.html
│   │   ├── dtrends.tex
│   │   ├── dtrends.xml
│   │   ├── exact_nonlin.html
│   │   ├── exact_nonlin.tex
│   │   ├── exact_nonlin.xml
│   │   ├── export.html
│   │   ├── export.tex
│   │   ├── export.xml
│   │   ├── for.html
│   │   ├── for.tex
│   │   ├── for.xml
│   │   ├── if.html
│   │   ├── if.tex
│   │   ├── if.xml
│   │   ├── import.html
│   │   ├── import.tex
│   │   ├── import.xml
│   │   ├── lag_lead.html
│   │   ├── lag_lead.tex
│   │   ├── lag_lead.xml
│   │   ├── line_comments.html
│   │   ├── line_comments.tex
│   │   ├── line_comments.xml
│   │   ├── links.html
│   │   ├── links.tex
│   │   ├── links.xml
│   │   ├── log_variables.html
│   │   ├── log_variables.tex
│   │   ├── log_variables.xml
│   │   ├── measurement_equations.html
│   │   ├── measurement_equations.tex
│   │   ├── measurement_equations.xml
│   │   ├── measurement_shocks.html
│   │   ├── measurement_shocks.tex
│   │   ├── measurement_shocks.xml
│   │   ├── measurement_variables.html
│   │   ├── measurement_variables.tex
│   │   ├── measurement_variables.xml
│   │   ├── min.html
│   │   ├── min.tex
│   │   ├── min.xml
│   │   ├── movavg.html
│   │   ├── movavg.tex
│   │   ├── movavg.xml
│   │   ├── movprod.html
│   │   ├── movprod.tex
│   │   ├── movprod.xml
│   │   ├── movsum.html
│   │   ├── movsum.tex
│   │   ├── movsum.xml
│   │   ├── parameters.html
│   │   ├── parameters.tex
│   │   ├── parameters.xml
│   │   ├── sstate_ref.html
│   │   ├── sstate_ref.tex
│   │   ├── sstate_ref.xml
│   │   ├── sstate_version.html
│   │   ├── sstate_version.tex
│   │   ├── sstate_version.xml
│   │   ├── substitutions.html
│   │   ├── substitutions.tex
│   │   ├── substitutions.xml
│   │   ├── switch.html
│   │   ├── switch.tex
│   │   ├── switch.xml
│   │   ├── transition_equations.html
│   │   ├── transition_equations.tex
│   │   ├── transition_equations.xml
│   │   ├── transition_shocks.html
│   │   ├── transition_shocks.tex
│   │   ├── transition_shocks.xml
│   │   ├── transition_variables.html
│   │   ├── transition_variables.tex
│   │   ├── transition_variables.xml
│   │   ├── ttrend.html
│   │   ├── ttrend.tex
│   │   └── ttrend.xml
│   ├── plan
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── detail.html
│   │   ├── detail.tex
│   │   ├── detail.xml
│   │   ├── endogenise.html
│   │   ├── endogenise.tex
│   │   ├── endogenise.xml
│   │   ├── exogenise.html
│   │   ├── exogenise.tex
│   │   ├── exogenise.xml
│   │   ├── nnzendog.html
│   │   ├── nnzendog.tex
│   │   ├── nnzendog.xml
│   │   ├── nnzexog.html
│   │   ├── nnzexog.tex
│   │   ├── nnzexog.xml
│   │   ├── nnznonlin.html
│   │   ├── nnznonlin.tex
│   │   ├── nnznonlin.xml
│   │   ├── nonlinearise.html
│   │   ├── nonlinearise.tex
│   │   ├── nonlinearise.xml
│   │   ├── plan.html
│   │   ├── plan.tex
│   │   ├── plan.xml
│   │   ├── subsref.html
│   │   ├── subsref.tex
│   │   └── subsref.xml
│   ├── poster
│   │   ├── arwm.html
│   │   ├── arwm.tex
│   │   ├── arwm.xml
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── poster.html
│   │   ├── poster.tex
│   │   ├── poster.xml
│   │   ├── stats.html
│   │   ├── stats.tex
│   │   └── stats.xml
│   ├── Preface.tex
│   ├── qreport
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── qplot.html
│   │   ├── qplot.tex
│   │   ├── qplot.xml
│   │   ├── qstyle.html
│   │   ├── qstyle.tex
│   │   └── qstyle.xml
│   ├── qreport_lang
│   │   ├── bar_graph.html
│   │   ├── bar_graph.tex
│   │   ├── bar_graph.xml
│   │   ├── blank.html
│   │   ├── blank.tex
│   │   ├── blank.xml
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── figure.html
│   │   ├── figure.tex
│   │   ├── figure.xml
│   │   ├── linebreak.html
│   │   ├── linebreak.tex
│   │   ├── linebreak.xml
│   │   ├── line_graph.html
│   │   ├── line_graph.tex
│   │   ├── line_graph.xml
│   │   ├── subplot.html
│   │   ├── subplot.tex
│   │   ├── subplot.xml
│   │   ├── subtitle.html
│   │   ├── subtitle.tex
│   │   └── subtitle.xml
│   ├── report
│   │   ├── align.html
│   │   ├── align.tex
│   │   ├── align.xml
│   │   ├── array.html
│   │   ├── array.tex
│   │   ├── array.xml
│   │   ├── band.html
│   │   ├── band.tex
│   │   ├── band.xml
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── copy.html
│   │   ├── copy.tex
│   │   ├── copy.xml
│   │   ├── empty.html
│   │   ├── empty.tex
│   │   ├── empty.xml
│   │   ├── figure.html
│   │   ├── figure.tex
│   │   ├── figure.xml
│   │   ├── graph.html
│   │   ├── graph.tex
│   │   ├── graph.xml
│   │   ├── highlight.html
│   │   ├── highlight.tex
│   │   ├── highlight.xml
│   │   ├── include.html
│   │   ├── include.tex
│   │   ├── include.xml
│   │   ├── matrix.html
│   │   ├── matrix.tex
│   │   ├── matrix.xml
│   │   ├── merge.html
│   │   ├── merge.tex
│   │   ├── merge.xml
│   │   ├── new.html
│   │   ├── new.tex
│   │   ├── new.xml
│   │   ├── pagebreak.html
│   │   ├── pagebreak.tex
│   │   ├── pagebreak.xml
│   │   ├── publish.html
│   │   ├── publish.tex
│   │   ├── publish.xml
│   │   ├── section.html
│   │   ├── section.tex
│   │   ├── section.xml
│   │   ├── series.html
│   │   ├── series.tex
│   │   ├── series.xml
│   │   ├── subheading.html
│   │   ├── subheading.tex
│   │   ├── subheading.xml
│   │   ├── table.html
│   │   ├── table.tex
│   │   ├── table.xml
│   │   ├── tex.html
│   │   ├── tex.tex
│   │   ├── tex.xml
│   │   ├── vline.html
│   │   ├── vline.tex
│   │   └── vline.xml
│   ├── setup
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   └── Contents.xml
│   ├── sstate
│   │   ├── compile.html
│   │   ├── compile.tex
│   │   ├── compile.xml
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── sstate.html
│   │   ├── sstate.tex
│   │   ├── sstate.xml
│   │   ├── standalonemfile.html
│   │   ├── standalonemfile.tex
│   │   └── standalonemfile.xml
│   ├── sstate_lang
│   │   ├── allbut.html
│   │   ├── allbut.tex
│   │   ├── allbut.xml
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── equations.html
│   │   ├── equations.tex
│   │   ├── equations.xml
│   │   ├── growthnames2imag.html
│   │   ├── growthnames2imag.tex
│   │   ├── growthnames2imag.xml
│   │   ├── growthnames.html
│   │   ├── growthnames.tex
│   │   ├── growthnames.xml
│   │   ├── input.html
│   │   ├── input.tex
│   │   ├── input.xml
│   │   ├── log_variables.html
│   │   ├── log_variables.tex
│   │   ├── log_variables.xml
│   │   ├── solvefor.html
│   │   ├── solvefor.tex
│   │   ├── solvefor.xml
│   │   ├── symbolic.html
│   │   ├── symbolic.tex
│   │   └── symbolic.xml
│   ├── SVAR
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── fprintf.html
│   │   ├── fprintf.tex
│   │   ├── fprintf.xml
│   │   ├── get.html
│   │   ├── get.tex
│   │   ├── get.xml
│   │   ├── sprintf.html
│   │   ├── sprintf.tex
│   │   ├── sprintf.xml
│   │   ├── srf.html
│   │   ├── srf.tex
│   │   ├── srf.xml
│   │   ├── SVAR.html
│   │   ├── SVAR.tex
│   │   └── SVAR.xml
│   ├── tseries
│   │   ├── acf.html
│   │   ├── acf.tex
│   │   ├── acf.xml
│   │   ├── apct.html
│   │   ├── apct.tex
│   │   ├── apct.xml
│   │   ├── area.html
│   │   ├── area.tex
│   │   ├── area.xml
│   │   ├── arf.html
│   │   ├── arf.tex
│   │   ├── arf.xml
│   │   ├── bar.html
│   │   ├── bar.tex
│   │   ├── bar.xml
│   │   ├── bpass.html
│   │   ├── bpass.tex
│   │   ├── bpass.xml
│   │   ├── bwf2.html
│   │   ├── bwf2.tex
│   │   ├── bwf2.xml
│   │   ├── bwf.html
│   │   ├── bwf.tex
│   │   ├── bwf.xml
│   │   ├── chowlin.html
│   │   ├── chowlin.tex
│   │   ├── chowlin.xml
│   │   ├── conbar.html
│   │   ├── conbar.tex
│   │   ├── conbar.xml
│   │   ├── Contents.html
│   │   ├── Contents.tex
│   │   ├── Contents.xml
│   │   ├── convert.html
│   │   ├── convert.tex
│   │   ├── convert.xml
│   │   ├── daily.html
│   │   ├── daily.tex
│   │   ├── daily.xml
│   │   ├── destdise.html
│   │   ├── destdise.tex
│   │   ├── destdise.xml
│   │   ├── detrend.html
│   │   ├── detrend.tex
│   │   ├── detrend.xml
│   │   ├── diff.html
│   │   ├── diff.tex
│   │   ├── diff.xml
│   │   ├── doubledata.html
│   │   ├── doubledata.tex
│   │   ├── doubledata.xml
│   │   ├── double.html
│   │   ├── double.tex
│   │   ├── double.xml
│   │   ├── empty.html
│   │   ├── empty.tex
│   │   ├── empty.xml
│   │   ├── enddate.html
│   │   ├── enddate.tex
│   │   ├── enddate.xml
│   │   ├── errorbar.html
│   │   ├── errorbar.tex
│   │   ├── errorbar.xml
│   │   ├── fft.html
│   │   ├── fft.tex
│   │   ├── fft.xml
│   │   ├── freq.html
│   │   ├── freq.tex
│   │   ├── freq.xml
│   │   ├── get.html
│   │   ├── get.tex
│   │   ├── get.xml
│   │   ├── hpdi.html
│   │   ├── hpdi.tex
│   │   ├── hpdi.xml
│   │   ├── hpf2.html
│   │   ├── hpf2.tex
│   │   ├── hpf2.xml
│   │   ├── hpf.html
│   │   ├── hpf.tex
│   │   ├── hpf.xml
│   │   ├── interp.html
│   │   ├── interp.tex
│   │   ├── interp.xml
│   │   ├── length.html
│   │   ├── length.tex
│   │   ├── length.xml
│   │   ├── llf2.html
│   │   ├── llf2.tex
│   │   ├── llf2.xml
│   │   ├── llf.html
│   │   ├── llf.tex
│   │   ├── llf.xml
│   │   ├── moving.html
│   │   ├── moving.tex
│   │   ├── moving.xml
│   │   ├── normalise.html
│   │   ├── normalise.tex
│   │   ├── normalise.xml
│   │   ├── pct.html
│   │   ├── pct.tex
│   │   ├── pct.xml
│   │   ├── permute.html
│   │   ├── permute.tex
│   │   ├── permute.xml
│   │   ├── plotcmp.html
│   │   ├── plotcmp.tex
│   │   ├── plotcmp.xml
│   │   ├── plot.html
│   │   ├── plotpred.html
│   │   ├── plotpred.tex
│   │   ├── plotpred.xml
│   │   ├── plot.tex
│   │   ├── plot.xml
│   │   ├── plotyy.html
│   │   ├── plotyy.tex
│   │   ├── plotyy.xml
│   │   ├── redate.html
│   │   ├── redate.tex
│   │   ├── redate.xml
│   │   ├── regress.html
│   │   ├── regress.tex
│   │   ├── regress.xml
│   │   ├── reshape.html
│   │   ├── reshape.tex
│   │   ├── reshape.xml
│   │   ├── resize.html
│   │   ├── resize.tex
│   │   ├── resize.xml
│   │   ├── round.html
│   │   ├── round.tex
│   │   ├── round.xml
│   │   ├── scatter.html
│   │   ├── scatter.tex
│   │   ├── scatter.xml
│   │   ├── singledata.html
│   │   ├── singledata.tex
│   │   ├── singledata.xml
│   │   ├── single.html
│   │   ├── single.tex
│   │   ├── single.xml
│   │   ├── size.html
│   │   ├── size.tex
│   │   ├── size.xml
│   │   ├── sort.html
│   │   ├── sort.tex
│   │   ├── sort.xml
│   │   ├── spy.html
│   │   ├── spy.tex
│   │   ├── spy.xml
│   │   ├── startdate.html
│   │   ├── startdate.tex
│   │   ├── startdate.xml
│   │   ├── stdise.html
│   │   ├── stdise.tex
│   │   ├── stdise.xml
│   │   ├── stem.html
│   │   ├── stem.tex
│   │   ├── stem.xml
│   │   ├── subsasgn.html
│   │   ├── subsasgn.tex
│   │   ├── subsasgn.xml
│   │   ├── subsref.html
│   │   ├── subsref.tex
│   │   ├── subsref.xml
│   │   ├── trend.html
│   │   ├── trend.tex
│   │   ├── trend.xml
│   │   ├── tseries.html
│   │   ├── tseries.tex
│   │   ├── tseries.xml
│   │   ├── windex.html
│   │   ├── windex.tex
│   │   ├── windex.xml
│   │   ├── wmean.html
│   │   ├── wmean.tex
│   │   ├── wmean.xml
│   │   ├── x12.html
│   │   ├── x12.tex
│   │   ├── x12.xml
│   │   ├── yearly.html
│   │   ├── yearly.tex
│   │   └── yearly.xml
│   └── VAR
│   ├── acf.html
│   ├── acf.tex
│   ├── acf.xml
│   ├── backward.html
│   ├── backward.tex
│   ├── backward.xml
│   ├── comment.html
│   ├── comment.tex
│   ├── comment.xml
│   ├── companion.html
│   ├── companion.tex
│   ├── companion.xml
│   ├── Contents.html
│   ├── Contents.tex
│   ├── Contents.xml
│   ├── demean.html
│   ├── demean.tex
│   ├── demean.xml
│   ├── eig.html
│   ├── eig.tex
│   ├── eig.xml
│   ├── estimate.html
│   ├── estimate.tex
│   ├── estimate.xml
│   ├── ferf.html
│   ├── ferf.tex
│   ├── ferf.xml
│   ├── fmse.html
│   ├── fmse.tex
│   ├── fmse.xml
│   ├── forecast.html
│   ├── forecast.tex
│   ├── forecast.xml
│   ├── get.html
│   ├── get.tex
│   ├── get.xml
│   ├── horzcat.html
│   ├── horzcat.tex
│   ├── horzcat.xml
│   ├── integrate.html
│   ├── integrate.tex
│   ├── integrate.xml
│   ├── isexplosive.html
│   ├── isexplosive.tex
│   ├── isexplosive.xml
│   ├── isstationary.html
│   ├── isstationary.tex
│   ├── isstationary.xml
│   ├── length.html
│   ├── length.tex
│   ├── length.xml
│   ├── lrtest.html
│   ├── lrtest.tex
│   ├── lrtest.xml
│   ├── mean.html
│   ├── mean.tex
│   ├── mean.xml
│   ├── portest.html
│   ├── portest.tex
│   ├── portest.xml
│   ├── resample.html
│   ├── resample.tex
│   ├── resample.xml
│   ├── simulate.html
│   ├── simulate.tex
│   ├── simulate.xml
│   ├── sspace.html
│   ├── sspace.tex
│   ├── sspace.xml
│   ├── subsasgn.html
│   ├── subsasgn.tex
│   ├── subsasgn.xml
│   ├── subsref.html
│   ├── subsref.tex
│   ├── subsref.xml
│   ├── userdata.html
│   ├── userdata.tex
│   ├── userdata.xml
│   ├── VAR.html
│   ├── VAR.tex
│   ├── VAR.xml
│   ├── vma.html
│   ├── vma.tex
│   ├── vma.xml
│   ├── xsf.html
│   ├── xsf.tex
│   └── xsf.xml
├── idoc.m
├── info.xml
├── iriscleanup.m
├── irisconfig.m
├── irisconfigmaster.m
├── irisextensions.m
├── irisfinish.m
├── irisget.m
├── +iris_options
│   ├── bkwmodel.m
│   ├── data.m
│   ├── dates.m
│   ├── FAVAR.m
│   ├── grfun.m
│   ├── IRIS.m
│   ├── latex.m
│   ├── model.m
│   ├── poster.m
│   ├── preparser.m
│   ├── qreport.m
│   ├── quickreport.m
│   ├── report.m
│   ├── rhsmodel.m
│   ├── sstate.m
│   ├── strfun.m
│   ├── SVAR.m
│   ├── tseries.m
│   └── VAR.m
├── irispathmanager.m
├── irisrequired.m
├── irisreset.m
├── irisroot.m
├── irisset.m
├── irisstartup.m
├── irisuserconfighelp.m
├── irisversion.m
├── +latex
│   ├── compile.m
│   ├── compilepdf.m
│   ├── epstopdf.m
│   ├── findeps2pdf.m
│   ├── matlab.m
│   ├── paper.tex
│   ├── present.tex
│   ├── publishheadings.sty
│   ├── publish.m
│   ├── stringsubs.m
│   └── +xml
│   ├── eval.p
│   ├── mfile2xml.m
│   ├── xml2tex.m
│   └── xpath.m
├── +model_lang
│   ├── allbut.m
│   ├── block_comments.m
│   ├── case.m
│   ├── Contents1.m
│   ├── Contents.m
│   ├── difflog.m
│   ├── diff.m
│   ├── do.m
│   ├── dot.m
│   ├── dtrends.m
│   ├── else.m
│   ├── end.m
│   ├── exact_nonlin.m
│   ├── export.m
│   ├── for.m
│   ├── if.m
│   ├── import.m
│   ├── lag_lead.m
│   ├── line_comments.m
│   ├── links.m
│   ├── log_variables.m
│   ├── measurement_equations.m
│   ├── measurement_shocks.m
│   ├── measurement_variables.m
│   ├── min.m
│   ├── movavg.m
│   ├── movprod.m
│   ├── movsum.m
│   ├── parameters.m
│   ├── sstate_ref.m
│   ├── sstate_version.m
│   ├── substitutions.m
│   ├── switch.m
│   ├── transition_equations.m
│   ├── transition_shocks.m
│   ├── transition_variables.m
│   └── ttrend.m
├── obsolete
│   ├── acgf.m
│   ├── alternative.m
│   ├── amean.m
│   ├── anchor.m
│   ├── anticipate.m
│   ├── approx.m
│   ├── arfilter.m
│   ├── bb2qq.m
│   ├── bb2yy.m
│   ├── bb2zz.m
│   ├── beginprintout.m
│   ├── conlegend.m
│   ├── db2dpack.m
│   ├── db2mat.m
│   ├── dbase.m
│   ├── dbbinop.m
│   ├── dbempty.m
│   ├── dbfetch.m
│   ├── dbgen.m
│   ├── dbmake.m
│   ├── dbobjects.m
│   ├── dboverlay.m
│   ├── dboverwrite.m
│   ├── dbsub.m
│   ├── dbts2num.m
│   ├── dbunop.m
│   ├── disclose.m
│   ├── dkfilter.m
│   ├── dp2dbase.m
│   ├── dpdistrib.m
│   ├── dpget.m
│   ├── endogenize.m
│   ├── endprintout.m
│   ├── exogenize.m
│   ├── fanchart.m
│   ├── fetch.m
│   ├── findmatches.m
│   ├── fixold.m
│   ├── free.m
│   ├── gettimescale.m
│   ├── grayarea.m
│   ├── grep.m
│   ├── greyarea.m
│   ├── hpgap.m
│   ├── hp.m
│   ├── hpprior.m
│   ├── hwbpf.m
│   ├── loghpf.m
│   ├── loghpgap.m
│   ├── maxloglik.m
│   ├── mm2bb.m
│   ├── mm2qq.m
│   ├── mm2yy.m
│   ├── mm2zz.m
│   ├── outside.m
│   ├── par.m
│   ├── passopt.m
│   ├── pc.m
│   ├── pcprior.m
│   ├── plotrecon.m
│   ├── printout.m
│   ├── qq2yy.m
│   ├── qq2zz.m
│   ├── reconfig.m
│   ├── rexpn.m
│   ├── rwwn.m
│   ├── rwwnprior.m
│   ├── varx.m
│   ├── xs2phase.m
│   └── zz2yy.m
├── passvalopt.m
├── +qreport
│   ├── Contents.m
│   ├── qplot.m
│   ├── qstyle.m
│   └── styleprocessor.m
├── +qreport_lang
│   ├── bar_graph.m
│   ├── blank.m
│   ├── Contents.m
│   ├── figure.m
│   ├── linebreak.m
│   ├── line_graph.m
│   ├── subplot.m
│   └── subtitle.m
├── +report
│   ├── align.m
│   ├── annotate.m
│   ├── array.m
│   ├── band.m
│   ├── condformatobj.m
│   ├── Contents.m
│   ├── copy.m
│   ├── empty.m
│   ├── figure.m
│   ├── genericobj.m
│   ├── graph.m
│   ├── highlight.m
│   ├── include.m
│   ├── matrix.m
│   ├── merge.m
│   ├── new.m
│   ├── pagebreak.m
│   ├── publish.m
│   ├── report.m
│   ├── reportTemplate.tex
│   ├── section.m
│   ├── series.m
│   ├── subheading.m
│   ├── table.m
│   ├── tabularobj.m
│   ├── tex.m
│   └── vline.m
├── +setup
│   └── Contents.m
├── shortcuts
│   ├── findnames.m
│   ├── ftitle.m
│   ├── highlight.m
│   ├── maxfigure.m
│   ├── movetosubplot.m
│   ├── nextplot.m
│   ├── ploteig.m
│   ├── plotmat.m
│   ├── plotneigh.m
│   ├── plotpp.m
│   ├── predplot.m
│   ├── qplot.m
│   ├── qstyle.m
│   ├── qtitle.m
│   ├── rvar.m
│   ├── ucircle.m
│   ├── vline.m
│   └── zeroline.m
├── +sstate_lang
│   ├── allbut.m
│   ├── Contents.m
│   ├── equations.m
│   ├── growthnames2imag.m
│   ├── growthnames.m
│   ├── input.m
│   ├── log_variables.m
│   ├── solvefor.m
│   └── symbolic.m
├── +strfun
│   ├── char2file.m
│   ├── charlist2cellstr.m
│   ├── cleaneval.m
│   ├── converteols.m
│   ├── cslist.m
│   ├── emptycellstr.m
│   ├── file2char.m
│   ├── findnames.m
│   ├── findremove.m
│   ├── grabtext.m
│   ├── loosespace.m
│   ├── matchbrk.m
│   ├── matchindex.m
│   ├── removecomments.m
│   ├── removetrails.m
│   └── strrepoutside.m
├── +time_domain
│   ├── fevd.m
│   ├── filterxf.m
│   ├── fixcov.m
│   ├── fmse.m
│   ├── icrf.m
│   ├── multiplierea.m
│   ├── multipliereu.m
│   ├── multiplierinit.m
│   ├── orthonormalise.m
│   ├── poly2var.m
│   ├── polyprod.m
│   ├── polysum.m
│   ├── simulatemean.m
│   ├── srf.m
│   ├── var2poly.m
│   ├── var2vma.m
│   └── varsmoother.m
├── +tsfun
│   ├── bpass.m
│   ├── christiano_fitzgerald.m
│   ├── destdize.m
│   ├── diff.m
│   ├── filtersetup.m
│   ├── hpdi.m
│   ├── hwfsf.m
│   ├── moving.m
│   ├── nanmean.m
│   ├── nanstd.m
│   ├── nansum.m
│   ├── nanvar.m
│   ├── pct.m
│   ├── rmse.m
│   ├── shift.m
│   ├── stdize.m
│   └── trend.m
├── utils
│   ├── baracf.m
│   ├── barboxes.m
│   ├── char2file.m
│   ├── dbbloomberg.m
│   ├── dbfred.m
│   ├── extractopt.m
│   ├── file2char.m
│   ├── findnaninf.m
│   ├── frf2gain.m
│   ├── frf2phase.m
│   ├── frf2shift.m
│   ├── getrealsmall.m
│   ├── getsample.m
│   ├── getsubposition.m
│   ├── ginverse.m
│   ├── iff.m
│   ├── interpmatch.m
│   ├── io
│   │   ├── dbase2tsd.m
│   │   ├── dynare2iris.m
│   │   ├── eviewsdb2irisdb.m
│   │   ├── fromaremos.m
│   │   ├── loadstruct.m
│   │   ├── private
│   │   │   └── warning_.m
│   │   ├── savestruct.m
│   │   ├── toaremos.m
│   │   ├── troll2iris.m
│   │   └── tsd2dbase.m
│   ├── is
│   │   ├── isanychari.m
│   │   ├── isanychar.m
│   │   ├── iseye.m
│   │   ├── isfavar.m
│   │   ├── isfunc.m
│   │   ├── islogicalscalar.m
│   │   ├── ismodel.m
│   │   ├── isnumericscalar.m
│   │   ├── isplan.m
│   │   ├── isrvar.m
│   │   ├── isscript.m
│   │   ├── issingle.m
│   │   ├── issvar.m
│   │   ├── issymbolic.m
│   │   ├── istseries.m
│   │   ├── isvar.m
│   │   └── iswarning.m
│   ├── maxabsinf.m
│   ├── maxabs.m
│   ├── nanmaxabs.m
│   ├── nextsubplot.m
│   ├── printmsg.m
│   ├── randsn.m
│   ├── rank3d.m
│   ├── ref.m
│   ├── reporting.m
│   ├── reportoptions.m
│   ├── select.m
│   ├── setrange.m
│   ├── shift.m
│   ├── sizeof.m
│   ├── snormpdf.m
│   ├── sstatefile.m
│   ├── svar.m
│   ├── tickyears.m
│   ├── xsf2coher.m
│   ├── xsf2gain.m
│   ├── xsf2phase.m
│   └── xtickfrq2per.m
└── +x12
├── iris_x12a_template.spc
├── x12a.exe
└── x12.m

76 directories, 1863 files

标签:

实例下载地址

MATLAB IRIS工具箱

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警