Learn R Programming

tsBSS (version 1.0.0)

bssvol: Class: bssvol

Description

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).

Usage

# S3 method for bssvol
print(x, ...)

# S3 method for bssvol plot(x, ...)

Arguments

x

An object of class bssvol.

Further arguments to be passed to or from methods.

See Also

JADE, bss.components, coef.bss