fmmc | R Documentation |
Compute fmmc objects that can be used for calcuation of estimates and their standard errors
fmmc(R, factors, parallel = FALSE, ...)
R |
matrix of returns in xts format |
factors |
matrix of factor returns in xts format |
parallel |
flag to utilize multiplecores on the cpu. All cores are used. |
... |
Arguments that must be passed to fitTsfm |
This method takes in data and factors as xts objects where multiple time series with different starting dates are merged together. It then computes FMMC objects as described in Jiang and Martin (2013)
returns an list of fmmc objects
Rohit Arora
Yindeng Jiang and Richard Doug Martin. Better Risk and Performance Estimates with Factor Model Monte Carlo. SSRN Electronic Journal, July 2013.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.