numeraire.CEQEvaluator#
- class numeraire.CEQEvaluator(gamma: float = 1.0)[source]#
Bases:
objectDGU (2009) certainty-equivalent return of the realized strategy returns (economic value).
ceq = mean - gamma/2 * varof the per-period strategy returns (gamma= risk aversion, DGU reportgamma=1). Emitted per-period, in the input’s units — DGU’s Table 4 CEQ figures are monthly — so it is not annualized (unlikeSharpeEvaluator). The economic-value companion to the risk-adjustedSharpeEvaluatorin a 1/N-style horse race.Methods
__init__([gamma])evaluate(oos_output)Attributes
requires