powered by
Based on the established model, make predict. The core algorithm of VAR prediction comes from MTS(ver. 1.1.1).
qwdap.predict(in_model, data_range)
the predict data.
a 'QWMODEL' object, which is the model built by Stepwise Regression, PCR, PLSR, PPR, VAR in this package.
indicate the index range of the part data generated by quantum walks for predict.
data(traffic.model.n1) res.predict <- qwdap.predict(traffic.model.n1,c(501,720))
Run the code above in your browser using DataLab