close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#620 closed enhancement (fixed)

BSR simulation with large and mixed periodic ARMA block becomes too slow

Reported by: Víctor de Buen Remiro Owned by: Víctor de Buen Remiro
Priority: highest Milestone: Numerical methods
Component: Math Version: 1.1.7
Severity: blocker Keywords:
Cc:

Description

When BSR simulates a model with AR factors of degrees 5 and 261 iterations become too much slower than if there is only degree 5 or only 261.

Change History (2)

comment:1 Changed 16 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: newclosed
Version: 1.1.7

When there is a very large periodicity, you can use a faster aproximated method of seasonal ARMA covarianze decomposition adding this line to your BSR configuration set:

  Text bsr.arimaFilter = BysMcmc::Options::Arima.Filter::FastCholSea;

When ARMA block simulation and filtering time is very large and it is not a very important block in the model, then you can also force that ARMA block will be updated each a number of iterations adding a line like this to your BSR configuration set:

  Real bsr.arimaSkipIter = 4;

Then ARMA block simulation and covariance decomposotion will be divided by this factor.

comment:2 Changed 16 years ago by Víctor de Buen Remiro

Milestone: BSR Numerical methods
Note: See TracTickets for help on using tickets.