After resolving Issue 15, we should add predicted value functions to those simulation modules that don't have them already. This exists for for heteroskedastic normal models as hetnormpv() and for ARIMA or lagged dependent variable models as ldvsimpv(), but not for anything else. The naming convention is that these functions end in pv.
After resolving Issue 15, we should add predicted value functions to those simulation modules that don't have them already. This exists for for heteroskedastic normal models as
hetnormpv()
and for ARIMA or lagged dependent variable models asldvsimpv()
, but not for anything else. The naming convention is that these functions end inpv
.