ranaroussi / quantstats

Function contains unused argument PYL-W0613
Anti-pattern
Major
3 years ago5 years old
Unused argument 'annualize'
246    return res
247
248
249def adjusted_sortino(returns, rf=0, periods=252, annualize=True):250    """
251    Jack Schwager's version of the Sortino ratio allows for
252    direct comparisons to the Sharpe. See here for more info:
Unused argument 'periods'
246    return res
247
248
249def adjusted_sortino(returns, rf=0, periods=252, annualize=True):250    """
251    Jack Schwager's version of the Sortino ratio allows for
252    direct comparisons to the Sharpe. See here for more info:
Unused argument 'rf'
246    return res
247
248
249def adjusted_sortino(returns, rf=0, periods=252, annualize=True):250    """
251    Jack Schwager's version of the Sortino ratio allows for
252    direct comparisons to the Sharpe. See here for more info: