pred {MissCP} | R Documentation |
pred
Description
function to do the prediction
Usage
pred(X, phi, j, p.x, p.y, h = 1)
Arguments
X |
data for prediction |
phi |
parameter matrix |
j |
the start time point for prediction |
p.x |
the dimension of data X |
p.y |
the dimension of data Y |
h |
the length of observation to predict |
Value
prediction matrix
[Package MissCP version 0.1.0 Index]