AA_Prob: Probability of achieving a specified return

View source: R/aasim_functions.r

AA_ProbR Documentation

Probability of achieving a specified return

Description

Returns the probability of doing at least as well as over t

Usage

AA_Prob(target, r, sd, t)

Arguments

target

Target (specified) return

r

Mean Return

sd

Standard deviation of returns

t

Time in years

Value

value representing a probability.

Examples

AA_Prob(7.339443,8,12,10)

rexmacey/aasim documentation built on Oct. 29, 2024, 9:30 a.m.