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
{{ message }}
This repository was archived by the owner on Jun 8, 2018. It is now read-only.
When running runCSSR() with isChi set to TRUE, R encounters a fatal error. The error seems to go away when time series is long enough (say, >30).
When running CSSR with the flag -ch, the following error (and related ones) was encountered:
"a too large, ITMAX too small in continued fraction gamma function"
I suspect that the crash may be avoided if nerror() in Test.cpp is handled better within the Rcpp framework. For now, it is best to avoid performing chi-square test altogether (i.e., leaving isChi=FALSE).