tetrad
tetrad copied to clipboard
Repository for the Tetrad Project, www.phil.cmu.edu/tetrad.
Hi, In the GUI to run the R3 algorithm, you need an undirected graph box (for example, from FAS) and a dataset box. How can a R3 search be done,...
From a causal-cmd user. The provided example: java -jar causal-cmd-1.0.0-jar-with-dependencies.jar --algorithm fges --data-type continuous --dataset Retention.txt --delimiter tab --score sem-bic Works when changed to: java -jar causal-cmd-1.3.0-jar-with-dependencies.jar --algorithm fges --data-type...
It would be goot to be able to indicate which variables in a simulation should be discrete vs. continuous. Setup: Graph -> Simulation
The tabular results for a specified lag model with latent variables seems correct, but the implied covariance matrix gives 0.00 for all latent covariances. See attached. picture Further, there should...
As in description--you get an "already adjacent" error.
Both BPC and FOFC require a preprocessing step that checks to see whether the marginal graphical model on the measured variables is complete--or nearly so--and only runs the latent variable...
I love FGES, while I think maybe [beam search](https://en.wikipedia.org/wiki/Beam_search) can find a better result than greedy search.