Class TestDegenerateGaussian
java.lang.Object
edu.cmu.tetrad.algcomparison.examples.TestDegenerateGaussian
Test the degenerate Gaussian score.
- Version:
- $Id: $Id
- Author:
- bandrews
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the TestDegenerateGaussian class. -
Method Summary
-
Constructor Details
-
TestDegenerateGaussian
public TestDegenerateGaussian()Initializes a new instance of the TestDegenerateGaussian class.
-
-
Method Details
-
main
The main method initializes various parameters, statistics, algorithms, simulations, and a comparison object. It sets the values for the parameters and adds statistics, algorithms, and simulations to the respective objects. Lastly, it calls the compareFromSimulations method of the comparison object to perform a comparison.- Parameters:
args
- the command-line arguments
-