Class FaskOrig

java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.AbstractBootstrapAlgorithm
edu.cmu.tetrad.algcomparison.algorithm.continuous.dag.FaskOrig
All Implemented Interfaces:
Algorithm, ReturnsBootstrapGraphs, HasKnowledge, HasParameters, TakesExternalGraph, TakesIndependenceWrapper, UsesScoreWrapper, TetradSerializable, Serializable

The FaskOrig class is an implementation of the FASK-Orig algorithm for causal discovery. It searches for causal relationships among variables in a dataset using the given independence test and score functions.

This is the code before cleaning it up on 2024-5-16.

See Also: