signaflo / java-timeseries

Time series analysis in Java
MIT License
195 stars 49 forks source link

Can't access ArimaCoefficients outside of the package #12

Closed joao-prg closed 6 years ago

joao-prg commented 6 years ago

@signaflo I am trying to build Arima models separating the training and test phase. I cannot access the fields from the ArimaCoefficients class outside of the java-timeseries package in order to store them and use them later. Is it possible for you to change that ?

Thanks in advance

joao-prg commented 6 years ago

Solved using Apache Commons FieldUtils