Package edu.cmu.tetrad.search
Class RBExperiments
java.lang.Object
edu.cmu.tetrad.search.RBExperiments
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbootStrapSampling
(DataSet data, int numBootstrapSamples, int bootsrapSampleSize) 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) protected double
lnXplusY
(double lnX, double lnY) static void
makeSimpleDAG
(int numLatentConfounders)
-
Constructor Details
-
RBExperiments
public RBExperiments()
-
-
Method Details
-
makeSimpleDAG
-
main
- Throws:
IOException
-
experiment
-
lnXplusY
protected double lnXplusY(double lnX, double lnY) -
bootStrapSampling
-