omega_ratio: Omega ratio

View source: R/quants.R

omega_ratioR Documentation

Omega ratio

Description

A gain/loss ratio: upside potential/downside potential

Usage

omega_ratio(x, mar = 0)

Arguments

x

asset returns

mar

minimum acceptable return

Value

numeric

Examples

xx <- c(0.003,0.026,0.015,-0.009,-0.014,-0.024,0.015,0.066,-0.014,0.039)
omega_ratio(xx)


maxto/qapi documentation built on Feb. 1, 2024, 9:42 a.m.