Class StandardizedSemSimulation
java.lang.Object
edu.cmu.tetrad.algcomparison.simulation.StandardizedSemSimulation
- All Implemented Interfaces:
- Simulation,- HasParameters,- TetradSerializable,- Serializable
Standardized SEM simulation.
- Version:
- $Id: $Id
- Author:
- josephramsey
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor for StandardizedSemSimulation.Constructor for StandardizedSemSimulation.Constructor for StandardizedSemSimulation.
- 
Method SummaryModifier and TypeMethodDescriptionvoidcreateData(Parameters parameters, boolean newModel) Creates a data set and simulates data.getDataModel(int index) Returns the number of data sets to simulate.Returns the data type of the data.Returns the description of the simulation.intReturns the number of data models.Returns the list of parameters used in the simulation.Class<? extends RandomGraph> Retrieves the class of a random graph for the simulation.Returns the short name of the simulation.Class<? extends Simulation> Returns the class of the simulation.getTrueGraph(int index) Returns the true graph at the given index.
- 
Constructor Details- 
StandardizedSemSimulationConstructor for StandardizedSemSimulation. - Parameters:
- graph- a- RandomGraphobject
 
- 
StandardizedSemSimulation
- 
StandardizedSemSimulationConstructor for StandardizedSemSimulation. - Parameters:
- im- a- StandardizedSemImobject
 
 
- 
- 
Method Details- 
createDataCreates a data set and simulates data.- Specified by:
- createDatain interface- Simulation
- Parameters:
- parameters- The parameters to use in the simulation.
- newModel- If true, a new model is created. If false, the model is reused.
 
- 
getDataModelReturns the number of data sets to simulate.- Specified by:
- getDataModelin interface- Simulation
- Parameters:
- index- The index of the desired simulated data set.
- Returns:
- That data set.
 
- 
getTrueGraphReturns the true graph at the given index.- Specified by:
- getTrueGraphin interface- Simulation
- Parameters:
- index- The index of the desired true graph.
- Returns:
- That graph.
 
- 
getDescriptionReturns the description of the simulation.- Specified by:
- getDescriptionin interface- Simulation
- Returns:
- Returns a one-line description of the simulation, to be printed at the beginning of the report.
 
- 
getShortNameReturns the short name of the simulation.- Specified by:
- getShortNamein interface- Simulation
- Returns:
- The short name of the simulation.
 
- 
getParametersReturns the list of parameters used in the simulation.- Specified by:
- getParametersin interface- HasParameters
- Specified by:
- getParametersin interface- Simulation
- Returns:
- Returns the parameters used in the simulation. These are the parameters whose values can be varied.
 
- 
getRandomGraphClassDescription copied from interface:SimulationRetrieves the class of a random graph for the simulation.- Specified by:
- getRandomGraphClassin interface- Simulation
- Returns:
- The class of a random graph for the simulation.
 
- 
getSimulationClassDescription copied from interface:SimulationReturns the class of the simulation. This method is used to retrieve the class of a simulation based on the selected simulations in the model.- Specified by:
- getSimulationClassin interface- Simulation
- Returns:
- The class of the simulation.
 
- 
getNumDataModelspublic int getNumDataModels()Returns the number of data models.- Specified by:
- getNumDataModelsin interface- Simulation
- Returns:
- The number of data sets to simulate.
 
- 
getDataTypeReturns the data type of the data.- Specified by:
- getDataTypein interface- Simulation
- Returns:
- Returns the type of the data, continuous, discrete or mixed.
 
 
-