fPFOLIOBACKTEST | R Documentation |
Specifies portfolio backtesting objects.
## S4 method for signature 'fPFOLIOBACKTEST'
show(object)
object |
an S4 object of class |
Portfolio Backtest Specification:
The S4 class fPFOLIOBACKTEST
specifies portfolio backtesting.
The slots are:
a list, setting the windows
function that defines the
rolling windows,
and the set of window specific parameters params
.
E.g The window horizon
is set as a parameter horizon = "24m"
a list, setting the portfolio strategy
to implement
during the backtest, and any strategy specific parameters
are found in params
.
a list, specifying the smoothing style, given as a
smoother
function, and any smoother specific parameters
are stored in the list params
.
a list, any messages collected during the backtest
portfolioBacktest
returns an S4 object of class
"fPFOLIOBACKTEST"
.
W\"urtz, D., Chalabi, Y., Chen W., Ellis A. (2009); Portfolio Optimization with R/Rmetrics, Rmetrics eBook, Rmetrics Association and Finance Online, Zurich.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.