paratraceplot {stochvol} | R Documentation |
Trace Plot of MCMC Draws from the Parameter Posteriors
Description
Generic function for plotting iterations vs. sampled parameter values.
A detailed help for the method implemented in stochvol can be found in
paratraceplot.svdraws
.
Usage
paratraceplot(x, ...)
Arguments
x |
An object used to select a method. |
... |
Further arguments passed to or from other methods. |
Value
Called for its side effects. Returns argument x
invisibly.
See Also
Other plotting:
paradensplot()
,
paratraceplot.svdraws()
,
plot.svdraws()
,
plot.svpredict()
,
volplot()
[Package stochvol version 3.2.4 Index]