rollingWindows
Returns a list of rolling window frames,
rollingCmlPortfolio
Rolls a CML portfolio,
rollingTangencyPortfolio
Rolls a tangency portfolio,
rollingMinvariancePortfolio
Rolls a minimum risk portfolio,
rollingPortfolioFrontier
returns an efficient portfolio}rollingWindows(x, period = "12m", by = "1m")rollingCmlPortfolio(data, spec, constraints, from, to, action = NULL,
title = NULL, description = NULL, ...)
rollingTangencyPortfolio(data, spec, constraints, from, to, action = NULL,
title = NULL, description = NULL, ...)
rollingMinvariancePortfolio(data, spec, constraints, from, to, action = NULL,
title = NULL, description = NULL, ...)
rollingPortfolioFrontier(data, spec, constraints, from, to, action = NULL,
title = NULL, description = NULL, ...)
"1m"
, which denotes 1
month. The shift by which the portfolio is rolled."minW[asset]=percentage"
for box constraints resp.
"maxsumW[assets]=percentage"
for sector constraints.timeDate
objects which denote the starting
and ending dates for the investigation."12m"
, which denotes 12
months. The period over which the portfolio is rolled.fPFOLIOSPEC
.timeSeries
from which the rolling
window frames will be created. The length of these frames is given
by the argument period
and they are shifted by the value
specified by the argumentrollingwindows()
returns ...
rollingCmlPortfolio
rollingTangencyPortfolio
rollingMinvariancePortfolio
return ...
rollingPortfolioFrontier
returns ...rollingWindows
constructs from a 'timeSeries'
object windows frames of given length period
and shift
by
. ...
Rolling Portfolios:
The functions rolling*Portfolio
...
Rolling Frontier:
The function rollingPortfolioFrontier
...