y913403515

Results 2 issues of y913403515

When I run java-timeseries with the following data, something is wrong. ``` double[] sales = new double[] {3.0, 3.0, 7.0, 2.0, 2.0, 1.0, 0.0, 3.0, 4.0, 3.0, 2.0, 3.0, 6.0,...

Hi, thanks for your java-timeseries working! I'm reading this open source recently. I found that there might be some mistake in the code. Please see the class [ArimaCoefficients](https://github.com/signaflo/java-timeseries/blob/master/timeseries/src/main/java/com/github/signaflo/timeseries/model/arima/ArimaCoefficients.java). There may...