Class MatrixStats

java.lang.Object
ubic.gemma.core.util.MatrixStats

public class MatrixStats extends Object
Extends MatrixStats.

TODO: move those methods to baseCode.

  • Constructor Details

    • MatrixStats

      public MatrixStats()
  • Method Details

    • rowMeans

      public static DoubleMatrix1D rowMeans(DoubleMatrix<?,?> dmatrix)
      Return the mean of each row in the matrix.

      Missing values are ignored.

    • ranksByColumn

      public static DoubleMatrix2D ranksByColumn(DoubleMatrix<?,?> dmatrix)
      Calculate the ranks of each value in each column of the matrix.