pt.info: Information ratio

Description Usage Arguments Examples

View source: R/pt.info.R

Description

The information ratio of asset's returns versus benchmark returns, is the quotient of the annualized excess return and the annualized standard deviation of the excess return.

Usage

1
pt.info(ar,br,n)

Arguments

ar

:a vector of a risk asset return

br

:a vector of benchmark return

n

:number of years

Examples

1
2
3
brtn <- runif(100, -1, 1)
artn <- runif(100, 0, 1)
pt.info(artn,brtn,100)

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

Related to pt.info in YRmisc...