java-timeseries
java-timeseries copied to clipboard
Convert non-invertible MA to invertible MA during parameter estimation
Any non-invertible MA model can be converted to an invertible one, except when the roots lie exactly on the unit circle. The algorithm for doing so first needs to be discovered and explained, and then implemented.