Learn R Programming

SID (version 1.1)

Structural Intervention Distance

Description

The code computes the structural intervention distance (SID) between a true directed acyclic graph (DAG) and an estimated DAG. Definition and details about the implementation can be found in J. Peters and P. Bühlmann: "Structural intervention distance (SID) for evaluating causal graphs", Neural Computation 27, pages 771-799, 2015 .

Copy Link

Version

Install

install.packages('SID')

Monthly Downloads

278

Version

1.1

License

FreeBSD

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

December 6th, 2023

Functions in SID (1.1)

SID-package

Structural Intervention Distance (SID) (package)
randomDAG

outputs the adjacency matrix of a randomly generated directed acyclic graph (DAG).
computePathMatrix2

auxiliary file for SID: computes a path matrix efficiently (can probably be made faster)
computePathMatrix

auxiliary file for SID: computes a path matrix efficiently (can probably be made faster)
hammingDist

Hamming Distance
structIntervDist

Structural Intervention Distance (SID)