Uses of Class
edu.cmu.tetrad.graph.OrderedPair
Packages that use OrderedPair
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
Contains some utility classes for search algorithms.
-
Uses of OrderedPair in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return types with arguments of type OrderedPairModifier and TypeMethodDescriptionIdaCheck.getOrderedPairs()
Retrieves a list of OrderedPair objects representing all possible pairs of distinct nodes in the graph.Methods in edu.cmu.tetrad.search with parameters of type OrderedPairModifier and TypeMethodDescriptiondouble
IdaCheck.getSquaredDistance
(OrderedPair<Node> pair) Calculates the squared distance of the true total effect to the [min, max] IDA effect range of the given (x, y) node pair, for x predicting y.double
IdaCheck.getSquaredMaxTrueDist
(OrderedPair<Node> pair) Returns the squared difference between the maximum total effect and the true total effect for the given pair of nodes.double
IdaCheck.getSquaredMinTrueDistance
(OrderedPair<Node> pair) Returns the squared difference between the minimum total effect and the true total effect for the given pair of nodes.double
IdaCheck.getTrueTotalEffect
(OrderedPair<Node> pair) Calculates the true total effect between two nodes in the graph.Method parameters in edu.cmu.tetrad.search with type arguments of type OrderedPairModifier and TypeMethodDescriptiondouble
IdaCheck.getAverageSquaredDistance
(List<OrderedPair<Node>> pairs) Returns the average of the squared distances between the true total effects and the IDA effect ranges the list of node pairs indicated.double
IdaCheck.getAvgMaxSquaredDiffEstTrue
(List<OrderedPair<Node>> pairs) Returns the average of the squared differences between the maximum total effects and the true total effects for the list of node pairs indicated.double
IdaCheck.getAvgMinSquaredDiffEstTrue
(List<OrderedPair<Node>> pairs) Returns the average of the squared differences between the minimum total effects and the true total effects for the list of node pairs indicated. -
Uses of OrderedPair in edu.cmu.tetrad.search.utils
Methods in edu.cmu.tetrad.search.utils that return types with arguments of type OrderedPairModifier and TypeMethodDescriptionTeyssierScorer.getEdges()
Returns a list of edges for the current graph as a list of ordered pairs.