CausalInference.jl icon indicating copy to clipboard operation
CausalInference.jl copied to clipboard

Add Structural Hamming Distance (SHD) and Structural Intervention Distance (SID)

Open mwien opened this issue 2 years ago • 0 comments

SHD is easily added. I think SID (at leasts for DAGs) should also be possible using the methods for adjustment sets we already have.

SID for CPDAGs is trickier, but an efficient implementation could be valuable. Seems like current implementations in other packages do not scale well.

mwien avatar Feb 23 '24 03:02 mwien