Predictive asymmetry API

The predictive asymmetry API is made up of the following functions and types.

CausalityTools.asymmetryFunction
asymmetry(measure::PA, est, x, y, [z]) → ΔA

Compute the predictive asymmetry (PA) from x to y, conditioned on z if given. Returns the distribution of asymmetry values.

Compatible estimators

The docstring for PA lists compatible estimators.

source