java-timeseries icon indicating copy to clipboard operation
java-timeseries copied to clipboard

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

Open shiwla opened this issue 3 years ago • 1 comments

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

shiwla avatar Jan 20 '21 03:01 shiwla

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)

rcolomina avatar Jun 03 '22 12:06 rcolomina