I have a function below used for forecasting and smoothing of consumption values for an inventory model.

I want to know which type of function is this. is it first order or second order exponential smoothing and how can i verify this ?



Xt=(1- α)^β × Xt-1
Xt = New Value
Xt-1 = previous value
Alpha = 0.05
Beta = 0.8