You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 default
arselbehavior is to integrate out no more than lag
Ngiven
N` data points. Integrating out until the sum converges is dodgy just in case the sum doesn't converge.The text was updated successfully, but these errors were encountered: