tetrad icon indicating copy to clipboard operation
tetrad copied to clipboard

Repository for the Tetrad Project, www.phil.cmu.edu/tetrad.

Results 39 tetrad issues
Sort by recently updated
recently updated
newest added

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,...

bug

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...

bug

This could be done using the conditional gaussian test

wish

It would be goot to be able to indicate which variables in a simulation should be discrete vs. continuous. Setup: Graph -> Simulation

wish

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...

wish

As in description--you get an "already adjacent" error.

wish

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...

wish

I love FGES, while I think maybe [beam search](https://en.wikipedia.org/wiki/Beam_search) can find a better result than greedy search.