tetrad
tetrad copied to clipboard
Repository for the Tetrad Project, www.phil.cmu.edu/tetrad.
When I try to process dataset with missing value, I get this: ``` Cutoffs should be in nondecreasing order: [0.0, NaN] Cutoffs should be in nondecreasing order: [-6.378681, NaN] ```...
Refined `getVariables()` by removing some redundant code. Also created `checkNodeIndependenceAndConditioning()` helper function for readability.
I didn't write these down, but let me see what I can remember. * Add a gadget in the Java interface to let people submit suggestions. DONE! In the Help...
This was a wish list item.
I will attach a sample session that can be used to test this in this branch.
Create a split panel to show the search graph and the edge probabilities side-by-side.
The algorithm list should only show algorithms that can handle the specific datatype for a given dataset.
Hi, I'm running Tetrad 7.6.0-0 on Mac OS 14 Sonoma. I tried making a data box > File > Load Data, chose my file, but nothing happens when I click...
Loading the attached csv throws the following exception: Infer demiliter for file: 20_nodes_normal.csv 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...
Hi, I'm using the lib edu.cmu.tetrad on a project, and I did not find a way/function to export the graphs, is there any way to export them on the lib...