pt.annexrtn: Annualized excess return

Description Usage Arguments Examples

View source: R/pt.annexrtn.R

Description

Annualized excess return is the difference between the annualized and cumulative return of the two series. Usually, one series are portfolio returns and the other is a benchmark returns.

Usage

1

Arguments

ar

:a vector of a risk asset return

br

:a vector of benchmark return

Examples

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

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

Related to pt.annexrtn in YRmisc...