Package edu.cmu.tetrad.study
Class RBExperiments
java.lang.Object
edu.cmu.tetrad.study.RBExperiments
RBExperiments class.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
experiment
(String modelName, int numCases, int numModels, int numBootstrapSamples, double alpha, double numLatentConfounders, boolean threshold1, boolean threshold2, double lower, double upper, String filePath, int round) experiment.static void
main.
-
Constructor Details
-
RBExperiments
public RBExperiments()
-
-
Method Details
-
main
main.
- Parameters:
args
- an array ofString
objects- Throws:
IOException
- if any.
-
experiment
public void experiment(String modelName, int numCases, int numModels, int numBootstrapSamples, double alpha, double numLatentConfounders, boolean threshold1, boolean threshold2, double lower, double upper, String filePath, int round) experiment.
-