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 TypeClassDescriptionclassReturns a cyclic graph build up from small cyclic graph components.classCreates a random graph by the Erdos-Renyi method (probabiliy of edge fixed, # edges not).classCreates a random graph by adding forward edges.classCreates a random graph by adding forward edges.classCreates a random graph by adding forward edges.classReturns a scale free graph.classStores 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 SimulationSimulationUtils.create(String simulationType, RandomGraph randomGraph) Constructors in edu.cmu.tetrad.algcomparison.simulation with parameters of type RandomGraphModifierConstructorDescriptionBayesNetSimulation(RandomGraph graph) GeneralSemSimulation(RandomGraph graph) GeneralSemSimulationSpecial1(RandomGraph randomGraph) LeeHastieSimulation(RandomGraph graph) LinearFisherModel(RandomGraph graph) LinearFisherModel(RandomGraph graph, List<DataModel> shocks) LinearSineSimulation(RandomGraph graph) SemSimulation(RandomGraph graph) SemThenDiscretize(RandomGraph randomGraph) SemThenDiscretize(RandomGraph randomGraph, DataType dataType) TimeSeriesSemSimulation(RandomGraph randomGraph)