plot.exdqlmLDVB: Plot Method for 'exdqlmLDVB' Objects

View source: R/exdqlmFit_methods.R

plot.exdqlmLDVBR Documentation

Plot Method for exdqlmLDVB Objects

Description

Plot Method for exdqlmLDVB Objects

Usage

## S3 method for class 'exdqlmLDVB'
plot(x, type = c("quantile", "component", "state"), index = NULL, ...)

Arguments

x

An exdqlmLDVB object.

type

Character string specifying "quantile", "component", or "state".

index

Required for type = "component" or type = "state".

...

Additional arguments.

Examples


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)
plot(M0)
options(old)



exdqlm documentation built on July 10, 2026, 1:08 a.m.