| Package | Description |
|---|---|
| org.apache.commons.math3.linear |
Linear algebra support.
|
| org.apache.commons.math3.stat.regression |
Statistical routines involving multivariate data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RRQRDecomposition
Calculates the rank-revealing QR-decomposition of a matrix, with column pivoting.
|
| Modifier and Type | Field and Description |
|---|---|
private QRDecomposition |
OLSMultipleLinearRegression.qr
Cached QR decomposition of X matrix
|