Skip to contents

Convenience wrapper that returns both formulations side-by-side for RDF (Ruhela Dual Formulation) robustness analyses.

Usage

morie_otis_make_pair_alert_to_volatility_all(df)

Arguments

df

OTIS placement-level data.frame.

Value

Named list list(ruhela = ..., naive = ...) where each element is the output of the corresponding make-pair builder.

Examples

if (FALSE) { # \dontrun{
  morie_otis_make_pair_alert_to_volatility_all(morie_otis_load())
} # }