pt.te: Tracking error

Description Usage Arguments Examples

View source: R/pt.te.R

Description

Tracking error, in finance, is a measure of risk in a portfolio that is due to active management decisions made by the manager. It indicates how closely the portfolio follows the benchmark of choosing.

Usage

1
pt.te(pr,br)

Arguments

pr

:portfolio return

br

:benchmark return

Examples

1
2
3
prtn <- runif(12,-1,1)
brtn <- runif(12,-1,1)
pt.te(prtn,brtn)

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

Related to pt.te in YRmisc...