pt.sdexrtn: Standard deviation of excess return

Description Usage Arguments Examples

View source: R/pt.sdexrtn.R

Description

The standard deviation of excess return is simply the standard deviation of the asset return over the benchmark return.

Usage

1

Arguments

ar

:a vector of a risk asset return

br

:a vector of benchmark return

Examples

1
2
3
artn <- runif(12, -1, 1)
brtn <- runif(12,-1,1)
pt.sdexrtn(artn,brtn)

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

Related to pt.sdexrtn in YRmisc...