a method of the WARp class which produces a one-step ahead prediction by WAR(p) models
# S3 method for WARp
predict(object, dSup, expSup, ...)A list of:
predicted cdf
predicted pdf
support of the predicted cdf/pdf
A WARp object, the output of WARp().
Optional, a numeric vector, the grid over which forecasted cdf/pdf is evaluated. Should be supplied/ignored with expSup together.
Optional, a numeric vector, the grid over the Exponential map is applied, dSup should cover and be denser than expSup. Should be supplied/ignored with dSup together.
Further arguments passed to or from other methods.
Wasserstein Autoregressive Models for Density Time Series, Chao Zhang, Piotr Kokoszka, Alexander Petersen, 2022
WARp