qwdap.predict | R Documentation |
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)
in_model |
a 'QWMODEL' object, which is the model built by Stepwise Regression, PCR, PLSR, PPR, VAR in this package. |
data_range |
indicate the index range of the part data generated by quantum walks for predict. |
the predict data.
data(traffic.model.n1)
res.predict <- qwdap.predict(traffic.model.n1,c(501,720))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.