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) Constructors in edu.cmu.tetrad.algcomparison.simulation with parameters of type RandomGraphModifierConstructorDescriptionBayesNetSimulation
(RandomGraph graph) Constructs a new BayesNetSimulation.GeneralSemSimulation
(RandomGraph graph) GeneralSemSimulationSpecial1
(RandomGraph randomGraph) LeeHastieSimulation
(RandomGraph graph) LinearFisherModel
(RandomGraph graph) LinearFisherModel
(RandomGraph graph, List<DataModel> shocks) LinearSineSimulation
(RandomGraph graph) NLSemSimulation
(RandomGraph graph) SemSimulation
(RandomGraph graph) SemThenDiscretize
(RandomGraph randomGraph) SemThenDiscretize
(RandomGraph randomGraph, DataType dataType) TimeSeriesSemSimulation
(RandomGraph randomGraph)