.fmmc.boot | R Documentation |
Calculates the risk or performance measure by using the estimation function in its argument list.
.fmmc.boot(data, indices, args)
data |
matrix of (all factors + returns of just 1 asset) |
indices |
row numbers generated by boot |
args |
additinal paramters needed for subsetting the data and calulating the perfomance/risk measure. |
This method works as follows. 1. Get data with factors and returns. 2. Subset T rows from the data. 3. Discard first TR-TR1 of the asset returns by setting them to NA 4. calls .fmmc.proc method over the new data set to get a new joint empirical distribution of returns and factors 5. We use the new returns with the estimation function to calculate the risk or performance measure.
Rohit Arora
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.