signaflo / java-timeseries

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

help with regression model #37

Open ahmedbenhamouda opened 5 years ago

ahmedbenhamouda commented 5 years ago

Hi, first of all I would like to thank you for the library you developped for java because it was a great help for me in understanding how arima and regression model works. I would like to know how to implement a regression model because I didn't find it on the wiki of the project. Best regards.

ahmedbenhamouda commented 5 years ago

I understand why, the TimeSerieLineairRegressionModel is not public. Is it possible to make it public ?