RhysU / ar

Autoregressive process modeling tools in header-only C++
Mozilla Public License 2.0
44 stars 13 forks source link

Improve decorrelation_time summation behavior #16

Open RhysU opened 10 years ago

RhysU commented 10 years ago

Getting a model with a long decorrelation time despite having a very short input data stream may cause the current ar::decorrelation_time``to stop summing prematurely as the defaultarselbehavior is to integrate out no more than lagNgivenN` data points. Integrating out until the sum converges is dodgy just in case the sum doesn't converge.