Record Class SemBicScore.CovAndCoefs

java.lang.Object
java.lang.Record
edu.cmu.tetrad.search.score.SemBicScore.CovAndCoefs
Record Components:
cov - The covariance matrix.
b - The regression coefficients.
Enclosing class:
SemBicScore

public static record SemBicScore.CovAndCoefs(Matrix cov, Matrix b) extends Record
Represents a covariance matrix and regression coefficients.