Class RBExperiments

java.lang.Object
edu.cmu.tetrad.search.RBExperiments

public class RBExperiments extends Object
  • Constructor Details

    • RBExperiments

      public RBExperiments()
  • Method Details

    • makeSimpleDAG

      public Graph makeSimpleDAG(int numLatentConfounders)
    • main

      public static void main(String[] args) throws IOException
      Throws:
      IOException
    • 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)
    • lnXplusY

      protected double lnXplusY(double lnX, double lnY)
    • bootStrapSampling

      public DataSet bootStrapSampling(DataSet data, int numBootstrapSamples, int bootsrapSampleSize)