upside_risk | R Documentation |
Measures the variability of overperformance above a minimum target rate
upside_risk(x, mar = 0)
x |
asset returns |
mar |
minimum acceptable return |
numeric
xx <- c(0.003,0.026,0.015,-0.009,-0.014,-0.024,0.015,0.066,-0.014,0.039)
upside_risk(xx,mar=0.1/100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.