Package | Description |
---|---|
ubic.basecode.math.linearmodels |
Constructor and Description |
---|
LeastSquaresFit(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,
cern.colt.matrix.DoubleMatrix2D weights)
Weighted least squares fit between two matrices
|
LeastSquaresFit(DesignMatrix designMatrix,
cern.colt.matrix.DoubleMatrix2D b,
cern.colt.matrix.DoubleMatrix2D weights)
Preferred interface for weighted least squares fit between two matrices
|
MeanVarianceEstimator(DesignMatrix designMatrix,
DoubleMatrix<String,String> data,
cern.colt.matrix.DoubleMatrix1D librarySize)
Preferred interface if you want control over how the design is set up.
|
MeanVarianceEstimator(DesignMatrix designMatrix,
cern.colt.matrix.DoubleMatrix2D data,
cern.colt.matrix.DoubleMatrix1D librarySize)
Executes voom() to calculate weights.
|
Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.