Hi,

I have a situation where I need to find the value of independent variables for a given value of a dependent variable (just opposite of what regression does). This could be easily achieved for Linear Regression models as their inverse is possible, however if the model is non-linear in nature like Polynomial Regression or ARIMA then is there a way to find this value.

Also kindly suggest if there are other possible suggestions other than finding the inverse of the function.

My use case is like I have a time series with CPU utilization as the dependent variable. Creating a forecasting model I could predict the CPU utilization at any given time in future. However in second use case I need to find the data/time on timeseries when CPU utilization could have a specific value.

Thanks

Similar questions and discussions