Allow only non-negative forecast result values
Posted: Thu Oct 29, 2015 3:47 pm
My data is strictly positive (and zero values), and the output of a forecast should be only positive (and zero values) too.
My equation (simplified) looks something like this: y = 3 * x - 1 * z
So it's possible that a negative value arises if e.g. x is 0 and z is above 0.
But i don't want negative values, can i somehow specify that negative forecasts of y should be converted to 0?
My equation (simplified) looks something like this: y = 3 * x - 1 * z
So it's possible that a negative value arises if e.g. x is 0 and z is above 0.
But i don't want negative values, can i somehow specify that negative forecasts of y should be converted to 0?