Description Usage Arguments Value Examples
View source: R/gsvd_optimize.R
gsvd_optimize
Computes residual and solution norm for a GSVD matrix decomposition
1 | gsvd_optimize(gsvdResult, rho)
|
gsvdResult |
GSVD decomposition |
rho |
right hand side of the equation - is a data frame with the band, value, and measurement |
A vector of lambda values that optimize for each band. Converged = True - able to determine the norm. FALSE = max number of iterations reached.
1 | # To be filled in later
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.