Description Usage Arguments Value Examples
Calculates Sortino ratio from vector of gains or prices. The formula is: 
(mean(gains) - rf) / sd(gains[gains < 0]), where rf is some 
risk-free rate of return.
1  | 
gains | 
 Numeric vector of gains.  | 
prices | 
 Numeric vector of prices.  | 
rf | 
 Numeric value.  | 
Numeric value.
1 2 3 4 5 6  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.