Closed jeswheel closed 6 months ago
After further inspection of the source code, the generated ARMA models were already constrained so that the minimum acceptable distance between inverted roots of the AR and MA polynomials was 0.05. Version 3.2.0+ of the package now includes an option so that this can be controlled via the function argument: min_inv_root_dist
. See commit ID: c80ff006549b87666eb0b7d165ba05b47f314b35
for more details.
Modify the
sample_ARMA_coef
function (and internals) by adding an option that constrains the generated coefficients to not have redundant parameters.