Package edu.cmu.tetrad.simulation
Class HsimRobustCompare
java.lang.Object
edu.cmu.tetrad.simulation.HsimRobustCompare
generate data from random graph, generated from parameters. calculate errors from FGES output for the data and graph
create resimulated data and hybrid resimulated data with various parameters calculate errors of FGES on the
resimulated and hsim data compare errors across all data sets. which simulated data errors are closest to original?
Created by Erich on 6/19/2016.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Method Summary
-
Method Details
-
run
public static List<double[]> run(int numVars, double edgesPerNode, int numCases, double penaltyDiscount, int resimSize, int repeat, boolean verbose) throws InterruptedException run.
- Parameters:
numVars
- a intedgesPerNode
- a doublenumCases
- a intpenaltyDiscount
- a doubleresimSize
- a intrepeat
- a intverbose
- a boolean- Returns:
- a
List
object - Throws:
InterruptedException
-