Searched refs:getR (Results 1 – 5 of 5) sorted by relevance
103 final int p = qr.getR().getColumnDimension(); in calculateHat()228 RealMatrix Raug = qr.getR().getSubMatrix(0, p - 1 , 0, p - 1); in calculateBetaVariance()
447 public double getR() { in getR() method in SimpleRegression
46 RealMatrix getR(); in getR() method
149 public RealMatrix getR() { in getR() method in QRDecompositionImpl
239 return regression.getR(); in correlation()