qwdap.predict: Prediction

View source: R/predict.r

qwdap.predictR Documentation

Prediction

Description

Based on the established model, make predict. The core algorithm of VAR prediction comes from MTS(ver. 1.1.1).

Usage

qwdap.predict(in_model, data_range)

Arguments

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.

Value

the predict data.

Examples

data(traffic.model.n1)
res.predict <- qwdap.predict(traffic.model.n1,c(501,720))

QWDAP documentation built on April 1, 2022, 9:06 a.m.

Related to qwdap.predict in QWDAP...