ratio.sortino: Sortino Ratio

Description Usage Arguments Details Value Examples

View source: R/ratio_sortino.R

Description

Calculates the Sortino Ratio

Usage

1
ratio.sortino(R1, Rf = 0)

Arguments

R1

Returns of the portfolio

Rf

Risk Free rate of return, Default: 0

Details

The Sortino ratio is a variation of the Sharpe ratio that differentiates harmful volatility from total overall volatility by using the asset's standard deviation of negative portfolio returns, called downside deviation, instead of the total standard deviation of portfolio returns.

Value

Gives the Sortino ratio of the portfolio

Examples

1

Example output

[1] 0.08423328

rportfolio documentation built on July 1, 2020, 10:35 p.m.