gm_to_r: Get arithmetic mean associated with a long-run geometric mean

Description Usage Arguments Value Examples

Description

This is the exact calculation rather than the ar = gr + var /2 approximation See https://web.stanford.edu/~wfsharpe/mia/rr/mia_rr3.htm

Usage

1
gm_to_r(gm, sd)

Arguments

gm

Numeric vector of long-run geometric-mean returns.

sd

standard deviation

Value

The arithmetic mean, given gm and sd.

Examples

1
gm_to_r(0.07331263, .12)

donboyd5/ptools documentation built on May 15, 2019, 10:39 a.m.