Class RBExperiments

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

public class RBExperiments extends Object

RBExperiments class.

Version:
$Id: $Id
Author:
josephramsey
  • 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)
    experiment.
    static void
    main(String[] args)
    main.

    Methods inherited from class java.lang.Object

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

    • RBExperiments

      public RBExperiments()
  • Method Details

    • main

      public static void main(String[] args) throws IOException

      main.

      Parameters:
      args - an array of String 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.

      Parameters:
      modelName - a String object
      numCases - a int
      numModels - a int
      numBootstrapSamples - a int
      alpha - a double
      numLatentConfounders - a double
      threshold1 - a boolean
      threshold2 - a boolean
      lower - a double
      upper - a double
      filePath - a String object
      round - a int