| plot.exdqlmForecast | R Documentation |
exdqlmForecast ObjectsPlot Method for exdqlmForecast Objects
## S3 method for class 'exdqlmForecast'
plot(x, ...)
x |
An |
... |
Additional arguments (unused). |
data("scIVTmag", package = "exdqlm")
old = options(exdqlm.max_iter = 15L)
y = scIVTmag[1:60]
model = polytrendMod(1, stats::quantile(y, 0.85), 10)
M0 = exdqlmLDVB(y, p0 = 0.85, model, df = c(0.98), dim.df = c(1),
gam.init = -3.5, sig.init = 15,
n.samp = 20, tol = 0.2, verbose = FALSE)
M0.forecast = exdqlmForecast(start.t = 50, k = 5, m1 = M0)
plot(M0.forecast)
options(old)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.