signaflo / java-timeseries

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

cannot find arrayFrom() #27

Open MuhYusuf93 opened 5 years ago

MuhYusuf93 commented 5 years ago

i am sorry it was my mistake @signaflo

signaflo commented 5 years ago

No problem @MuhYusuf93 , and sorry it took me so long to get back. I've been insanely busy in other areas of life. Is everything working out fine for you now?

MuhYusuf93 commented 5 years ago

sorry if i have bad english, i hope you will be fine with that 1) i think you are missing getter n setter from ArimaParameters.java, for example setMean and getDriftParScale() need it. 2) where is constructor in ArimaParameters.java ? i delete all slash from here to get constructor but parameters object in fromCoefficients method need double 3) i think you have little strange code in RandomWalk.java in here why do you create forecast object but return function doesn't need it?

MuhYusuf93 commented 5 years ago

i'm learning about Arima to get a bachelor's degree and your git is most clear and readable ARIMA code in github. thanks for your code that makes me understand about ARIMA. you're genius.

MuhYusuf93 commented 5 years ago

that's all make many errors when i build your git like Many errors upon initial build #23 answer me please @signaflo