Array[Array] to Breeze DenseMatrix conversion
Array[Array] to Breeze DenseMatrix conversion
Useful for unpacking matrices which have come back to Scala from R via rscala
A matrix represented as an array of arrays (row-major)
A Breeze DenseMatrix representation of the matrix
Backsolve an upper-triangular linear system with multiple RHSs
Backsolve an upper-triangular linear system with multiple RHSs
An upper-triangular matrix
A matrix with columns corresponding to RHSs
Matrix of solutions, X, to the linear system A X = Y
Backsolve an upper-triangular linear system with a single RHS
Backsolve an upper-triangular linear system with a single RHS
An upper-triangular matrix
A single vector RHS
The solution, x, of the linear system A x = y
Breeze DenseMatrix to Array[Array] conversion
Breeze DenseMatrix to Array[Array] conversion
Useful for sending matrices to R via rscala
A Breeze DenseMatrix
The matrix as an array of arrays (row-major)
The CDF of the f-distribution
Forward solve a lower-triangular linear system with a single RHS
Forward solve a lower-triangular linear system with a single RHS
A lower-triangular matrix
A single vector RHS
The solution, x, of the linear system A x = y
pairs plot (for unlabeled variables)
pairs plot (for unlabeled variables)
a matrix with variables in columns and observations in rows
The breeze-viz Figure object
pairs plot
pairs plot
a matrix with variables in columns and observations in rows
a sequence of variable names
The breeze-viz Figure object
The CDF of the t-distribution
A very simple function for timing computations - not for general use