Package edu.cmu.tetrad.simulation
Class HsimUtils
java.lang.Object
edu.cmu.tetrad.simulation.HsimUtils
Created by Erich on 4/22/2016.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double
correctnessRatio
(int[][] counts) static double[]
static Graph
static String[]
formatErrorsArray
(double[] inputArray, String formatting) getAllParents
(Graph inputgraph, Set<Node> inputnodes) static String
makeLatexTable
(String[][] tablevalues) static VerticalIntDataBox
makeVertIntBox
(DataSet dataset) static Graph
mkRandSEMDAG
(int numVars, int numEdges)
-
Constructor Details
-
HsimUtils
public HsimUtils()
-
-
Method Details
-
evalEdges
-
getAllParents
-
errorEval
-
correctnessRatio
public static double correctnessRatio(int[][] counts) -
makeVertIntBox
-
makeLatexTable
-
formatErrorsArray
-
mkRandSEMDAG
-