pt.treynor: Treynor ratio

Description Usage Arguments Examples

View source: R/pt.treynor.R

Description

The Treynor ratio is an analog to the sharp ratio, with standard deviation replaced by the asset beta to benchmark.

Usage

1

Arguments

ar

:a vector of a risk asset return

br

:a vector of benchmark return

n

:number of years of asset return, used to calculate annualized return

rf

:risk free rate

Examples

1
2
3
rtn <- runif(24, -1, 1)
brtn <- runif(24,-1,1)
pt.treynor(rtn,brtn,2,0.024)

YRmisc documentation built on March 25, 2020, 5:13 p.m.

Related to pt.treynor in YRmisc...