powered by
The annualized standard deviation is the standard deviation multiplied by the square root of the number of periods in one year.
pt.annsd(r,n)
:a vector of a risk asset return
:number of periods in a year
# NOT RUN { rtn <- runif(30, -1, 1) n <- 30 pt.annsd(rtn,n) # }
Run the code above in your browser using DataLab