Description Usage Arguments Details Value
Returns model statistics, see details
1 2 3 4 5 6 7 8 9 10 | getReportCalendar(this)
## S3 method for class 'modelStrategy'
getReportCalendar(this)
## S3 method for class 'list'
getReportCalendar(this)
## S3 method for class 'modelPortfolio'
getReportCalendar(this)
|
this |
modelStrategy |
sharpe.ann - sharpe coefficient https://en.wikipedia.org/wiki/Sharpe_ratio
return.pos.drawdown - PnL/(max(money in pos) + max.drawdow), where max.drawdow -> https://en.wikipedia.org/wiki/Drawdown_(economics)
return.avg - Average annual return on capital employed
return.ann - Average annual return
return.drawdown.year - PnL/max.drawdow
list of data.frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.