Uses of Interface
edu.cmu.tetrad.algcomparison.graph.RandomGraph
Packages that use RandomGraph
-
Uses of RandomGraph in edu.cmu.tetrad.algcomparison.graph
Classes in edu.cmu.tetrad.algcomparison.graph that implement RandomGraphModifier and TypeClassDescriptionclass
Returns a cyclic graph build up from small cyclic graph components.class
Creates a random graph by the Erdos-Renyi method (probabiliy of edge fixed, # edges not).class
Creates a random graph by adding forward edges.class
Creates a random graph by adding forward edges.class
Creates a random graph by adding forward edges.class
Returns a scale free graph.class
Stores a single graph for use in simulations, etc. -
Uses of RandomGraph in edu.cmu.tetrad.algcomparison.simulation
Methods in edu.cmu.tetrad.algcomparison.simulation with parameters of type RandomGraphModifier and TypeMethodDescriptionstatic Simulation
SimulationUtils.create
(String simulationType, RandomGraph randomGraph) create.Constructors in edu.cmu.tetrad.algcomparison.simulation with parameters of type RandomGraphModifierConstructorDescriptionBayesNetSimulation
(RandomGraph graph) Constructs a new BayesNetSimulation.Constructor for ConditionalGaussianSimulation.GeneralSemSimulation
(RandomGraph graph) Constructs a GeneralSemSimulation object with the given RandomGraph object.GeneralSemSimulationSpecial1
(RandomGraph randomGraph) Constructor for GeneralSemSimulationSpecial1.LeeHastieSimulation
(RandomGraph graph) Constructor for LeeHastieSimulation.LinearFisherModel
(RandomGraph graph) Constructor for LinearFisherModel.LinearFisherModel
(RandomGraph graph, List<DataModel> shocks) Constructor for LinearFisherModel.LinearSineSimulation
(RandomGraph graph) Constructor for LinearSineSimulation.NLSemSimulation
(RandomGraph graph) Constructor for NLSemSimulation.SemSimulation
(RandomGraph graph) Constructs a SemSimulation object with the given RandomGraph object.SemThenDiscretize
(RandomGraph randomGraph) Constructor for SemThenDiscretize.SemThenDiscretize
(RandomGraph randomGraph, DataType dataType) Constructor for SemThenDiscretize.Constructor for StandardizedSemSimulation.TimeSeriesSemSimulation
(RandomGraph randomGraph) Constructor for TimeSeriesSemSimulation.