voltimeplot
plots the marginal volatilities over time, i.e. the
series-specific conditional standard deviations. If these haven't been
stored during sampling (because runningstore
has been set too low),
voltimeplot
throws a warning.
voltimeplot(x, these = seq_len(nrow(x$y)), legend = "topright", ...)
Returns x
invisibly.
Object of class 'fsvdraws'
, usually resulting from a call
to fsvsample
.
Index vector containing the time points to plot. Defaults
to seq_len(nrow(x$y))
, i.e., all timepoints.
Where to position the legend
.
If set to NULL, labels will be put directly next to the series.
Defaults to "topright".
Additional parameters will be passed on to ts.plot
.
Other plotting:
comtimeplot()
,
corimageplot()
,
corplot()
,
cortimeplot()
,
evdiag()
,
facloadcredplot()
,
facloaddensplot()
,
facloadpairplot()
,
facloadpointplot()
,
facloadtraceplot()
,
logvartimeplot()
,
paratraceplot()
,
plot.fsvdraws()
,
plotalot()