pt.dbeta: Dual-beta

Description Usage Arguments Examples

View source: R/pt.dbeta.R

Description

Dual-beta method is to divide market beta into downside beta and upside beta. The principle behind is that upside and downside betas are not the same.

Usage

1

Arguments

ar

:a vector of a risk asset return

mr

:a vector of market return

rf

:risk free rate

Examples

1
2
3
artn <- runif(24,0,1) # generate random number to simulate returns
mrtn <- runif(24,-1,1)
pt.dbeta(artn,mrtn,0.024)

Example output

              upbeta   downbeta
Dual-beta -0.3816262 -0.2739203

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

Related to pt.dbeta in YRmisc...