p_cfar_part {NTS} | R Documentation |
Partial Curve Prediction of CFAR Processes
Description
Partial prediction for CFAR processes. t curves are given and we want to predit the curve at time t+1, but we know the first n observations in the curve, to predict the n+1 observation.
Usage
p_cfar_part(model, f, new.obs)
Arguments
model |
CFAR model. |
f |
the functional time series data. |
new.obs |
the given first |
Value
The function returns a prediction of the CFAR process.
References
Liu, X., Xiao, H., and Chen, R. (2016) Convolutional autoregressive models for functional time series. Journal of Econometrics, 194, 263-282.
[Package NTS version 1.1.3 Index]