Class RBExperiments

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

public class RBExperiments extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    main(String[] args)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RBExperiments

      public RBExperiments()
  • Method Details

    • 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)