Description Usage Arguments Examples
update_Lipschitz
computes a Lipschitz constant for the gradient of the objective function with the amplitude parameters fixed.
1 | update_Lipschitz(tms, beta, a, inflate = 1)
|
tms |
list of matrices whose rows are the triple (t,m,sigma) for each band. |
beta |
intercept estimates |
a |
amplitude estimates |
inflate |
factor by which to multiply the Lipschitz constants |
1 2 3 4 5 | test_data <- synthetic_multiband()
tms <- test_data$tms
beta <- test_data$beta
a <- test_data$a
update_Lipschitz(tms,beta,a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.