-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#43 fixed errors from managers data names
- Loading branch information
1 parent
07ffa37
commit a79c0c3
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
a79c0c3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With regard to column names in managers, I'm not quite sure what your fix 20 minutes ago does, but my recommendation is to change the names in the example as follows: names(managers)[7:10] <- c("LSEQ","SP500","TBill10Y","TBill3M") (the original names for these in PerformanceAnalytics were quite unfortunate in a way, but will never be changed).
The bigger problem is likely to be due to changes made to fitTsfm (called by fitTsfmUpDn) to switch from using lmRob from the robust R package to using lmrobdetMM() from the RobStatTM package. I will ask Kirk if he can look into this.