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

Please consider incorporating the implementation of IGFci by @fattaneh into an official Tetrad release. [https://github.com/fattaneh/tetrad-IGFci](https://github.com/fattaneh/tetrad-IGFci) Thank you for your time.

ForbiddenGraphModel only consider edge in one direction, it is a bug.

No one can remember what MBFS does, but I think they can remember what PC-MB does. It's a Markov blanket search based off of PC. All MB searches should allow...

I have made some changes to algorithms in the .java files in (https://github.com/cmu-phil/tetrad). then I need to Run them using Causal cmd. I read your instructions in (https://github.com/cmu-phil/tetrad/issues/1154) and tried...

![unnamed](https://user-images.githubusercontent.com/9853255/172058841-943bd7e4-f98a-4648-9327-99388e37afdf.png)

Rather, we should should simply specify the maximum number of "causal islands" (connected components) that should be allowed in a causal graph. Also, the number of tries to make such...

There are two places where random graphs can be selected. One is in the Graph box, where it is parameterized in terms of # edges and # variables. in an...

Column names containing spaces and/or ampersands when resampling lead to non-specific errors.

Ran the following command from terminal java -jar causal-cmd-0.3.2-jar-with-dependencies.jar --algorithm ts-imgs --data-type discrete --dataset data1.txt_1.txt,data1.txt_2.txt --delimiter tab --score BDeu The execution stops and gives following trace - > Running version...

bug

Debug stack: Infer demiliter for file: abalone.continuous.txt Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer; at edu.pitt.dbmi.data.reader.util.TextFileUtils.inferDelimiter(TextFileUtils.java:135) at edu.cmu.tetradapp.editor.LoadDataSettings.getInferredDelimiter(LoadDataSettings.java:882) at edu.cmu.tetradapp.editor.LoadDataSettings.basicSettings(LoadDataSettings.java:503) at edu.cmu.tetradapp.editor.LoadDataDialog.showDataLoaderDialog(LoadDataDialog.java:165) at edu.cmu.tetradapp.editor.LoadDataAction.actionPerformed(LoadDataAction.java:91) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at...