ar
ar copied to clipboard
Autoregressive process modeling tools in header-only C++
https://github.com/RhysU/suzerain/blob/master/postproc/propagation.py fits here.
It should be possible to get README.md plugged in as the main page using the above option. This would drop the duplication, and would provide a much more usable main...
Much of the Python, Octave, and command line applications are boilerplate around a common usage pattern. Write up on C++ file implementing that common usage pattern.
To avoid having to specify construction details and permit template deduction, a `make_strided_adaptor` would be a nice thing.
The code in ar.hpp currently suggests the GSL psi and poch functions are drop in replacements. But they're not based on simple arity mistakes in the AR_POCHHAMMER macro within, at...
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`arsel`behavior is to integrate...
Add a criterion listing to `arsel --help`: ``` The model order will be selected using the specified criterion. Criteria are specified using the following abbreviations: AIC - Akaike information criterion...
So much for #3 being closed-- still seeing problems on test cases like... ``` ./lorenz --tfinal=1000 --every=1 --seed=1 | cut -f 4 | ./arsel -s | cut -s '-d '...