Uses of Class
ubic.basecode.math.linearmodels.DesignMatrix
Packages that use DesignMatrix
-
Uses of DesignMatrix in ubic.basecode.math.linearmodels
Constructors in ubic.basecode.math.linearmodels with parameters of type DesignMatrixModifierConstructorDescriptionLeastSquaresFit
(DesignMatrix designMatrix, DoubleMatrix2D b, DoubleMatrix2D weights) Preferred interface for weighted least squares fit between two matricesLeastSquaresFit
(DesignMatrix designMatrix, DoubleMatrix<String, String> data) Preferred interface if you want control over how the design is set up.LeastSquaresFit
(DesignMatrix designMatrix, DoubleMatrix<String, String> data, DoubleMatrix2D weights) Weighted least squares fit between two matricesMeanVarianceEstimator
(DesignMatrix designMatrix, DoubleMatrix2D data, DoubleMatrix1D librarySize) Executes voom() to calculate weights.MeanVarianceEstimator
(DesignMatrix designMatrix, DoubleMatrix<String, String> data, DoubleMatrix1D librarySize) Preferred interface if you want control over how the design is set up.