Class Lofs

java.lang.Object
edu.cmu.tetrad.search.Lofs

public class Lofs extends Object
Implements a number of methods which take a fixed graph as input and use linear, non-Gaussian methods to orient the edges in the graph. where the acronym stands for linear, non-Gaussian Orientation with a Fixed graph Structure (LOFS). The options for different types of scores are given in the enum Lofs.Score. The options for rules to use to do the orientations are given in the enum, Lofs.Rule. Most of these are taken from the literature and can be googled, though we should certainly give this reference for several of them, to which we are indebted:

Hyvärinen, A., & Smith, S. M. (2013). Pairwise likelihood ratios for estimation of non-Gaussian structural equation models. The Journal of Machine Learning Research, 14(1), 111-152.

This class is configured to respect knowledge of forbidden and required edges, including knowledge of temporal tiers.

Version:
$Id: $Id
Author:
josephramsey
See Also: