Hi Tom,
For a simple non-linear AR model - NLAR(1), e.g. y(t) = c + beta1*y(t-1) + beta2*(y^2)(t-1) + beta3*(y^3)(t-1) + u(t), I think can be estimated via either LINREG or BOXJENK ???
If so then to generate one-step ahead forecasts is straightforward using UFORECAST. How about multi-step ahead forecasts, do these have to be simulated e.g bootstrap?
many thanks,
Amarjit