Class bssvol (blind source separation in stochastic volatility processes) with methods print.bssvol (prints an object of class bssvol) and plot.bss (plots an object of class bssvol).
Class also inherits methods from the class bss in package JADE
: for extracting the components of an object of class bssvol (bss.components
) and the coefficients of an object of class bssvol (coef.bss
).
# S3 method for bssvol
print(x, ...)# S3 method for bssvol
plot(x, ...)
An object of class bssvol.
Further arguments to be passed to or from methods.