Switched to using statsmodels array API instead of formula API. This makes causal test adequacy calculations faster since patsy doesn't have to parse the formula and build the design matrix each time, which can be quite time-consuming. See sig-rpc/sig-rpc.github.io#98 for a detailed explanation.