signaflo / java-timeseries

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

If I want the predict values all to be greater than 0,how can i do #46

Open shiwla opened 3 years ago

shiwla commented 3 years ago

If I want the predict values all to be greater than 0,how can i do

rcolomina commented 2 years ago

Your problem is mostly a data preparation thing. You can use the change of variable based on exponential and its logarithm i.e. Y = Exp(X), or the inverse, X = log(Y)