Uses of Class
edu.cmu.tetrad.search.utils.PermutationMatrixPair
Packages that use PermutationMatrixPair
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
-
Uses of PermutationMatrixPair in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return PermutationMatrixPairModifier and TypeMethodDescriptionstatic PermutationMatrixPair
IcaLingD.hungarianDiagonal
(Matrix W) Finds a column permutation of the W matrix that maximizes the sum of 1 / |Wii| for diagonal elements Wii in W.Methods in edu.cmu.tetrad.search with parameters of type PermutationMatrixPairModifier and TypeMethodDescriptionstatic Matrix
IcaLingD.getScaledBHat
(PermutationMatrixPair pair, double bThreshold) Returns the BHat matrix, permuted to the variable order of the original data and scaled so that the diagonal consists only of 1's.