Uses of Record Class
edu.cmu.tetrad.search.score.SemBicScore.CovAndCoefs
Packages that use SemBicScore.CovAndCoefs
Package
Description
Contains classes for various sorts of scores for running score-based algorithms.
-
Uses of SemBicScore.CovAndCoefs in edu.cmu.tetrad.search.score
Methods in edu.cmu.tetrad.search.score that return SemBicScore.CovAndCoefsModifier and TypeMethodDescriptionstatic SemBicScore.CovAndCoefs
SemBicScore.getCovAndCoefs
(int i, int[] parents, Matrix data, ICovarianceMatrix covariances, boolean calculateRowSubsets, boolean usePseudoInverse) Returns the covariance matrix of the regression of the ith variable on its parents and the regression coefficients.static @NotNull SemBicScore.CovAndCoefs
SemBicScore.getCovAndCoefs
(int i, int[] parents, Matrix data, ICovarianceMatrix covariances, boolean usePseudoInverse, List<Integer> rows) Returns the covariance matrix of the regression of the ith variable on its parents and the regression