Description Usage Arguments Details Value Examples
View source: R/ratio_treynor.R
Calculates the Treynor ratio of a particular portfolio
1 | ratio.treynor(R1, Rf = 0)
|
R1 |
Returns of the portfolio |
Rf |
Returns of the benchmark portfolio |
The Treynor ratio, also known as the reward-to-volatility ratio, is a performance metric for determining how much excess return was generated for each unit of risk taken on by a portfolio.
This function can be used to calculate the Treynor ratio of a portfolio.
1 | ratio.treynor(funds$ret1)
|
[1] NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.