pt.annsd: Annualized standard deviation

Description Usage Arguments Examples

View source: R/pt.annsd.R

Description

The annualized standard deviation is the standard deviation multiplied by the square root of the number of periods in one year.

Usage

1
pt.annsd(r,n)

Arguments

r

:a vector of a risk asset return

n

:number of periods in a year

Examples

1
2
3
rtn <- runif(30, -1, 1)
n <- 30
pt.annsd(rtn,n)

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

Related to pt.annsd in YRmisc...