FTFC (TETRAD)

Module name

tetrad_ftfc

Package

TETRAD

Version

1.10.0

Language

Java

Docs

here

Paper

Graph type

DAG

MCMC

No

Edge constraints

Yes

Data type

C, D

Data missingness

Intervention type

Docker

bpimages/causal-cmd:1.10.0

Find Two Factor Clusters

From the Tetrad manual: FTFC (Find Two Factor Clusters) is similar to FOFC, but instead of each cluster having one latent that is the parent of all of the measure in the cluster, it instead has two such latents. So each measure has two latent parents; these are two “factors.” Similarly to FOFC, constraints are checked for, but in this case, the constraints must be sextad constraints, and more of them must be satisfied for each pure cluster (see Kummerfelt et al., 2014). Thus, the number of measures in each cluster, once impure edges have been taken into account, must be at least six, preferably more.

Some fields described

  • edgeConstraints Name of the JSON file containing background knowledge

Example JSON

[
  {
    "id": "ftfc",
    "datatype": "continuous",
    "timeout": null,
    "edgeConstraints": "edgeConstraints.json"
  }
]