bcd_all: Run BCD on all frequencies
Description
bcd_all
runs bcd_inexact on all input frequencies.
Usage
bcd_all(tms, sol_ls, omega_seq, gamma1, gamma2, at, max_iter = 100, verbose = FALSE)
Arguments
tms
list of matrices whose rows are the triple (t,m,sigma) for each band.
sol_ls
list of lists where sol_ls is output from lomb_scargle
omega_seq
vector of freqencies used for producing sol
gamma1
nonnegative regularization parameter for shrinking amplitudes
gamma2
nonnegative regularization parameter for shrinking phases
max_iter
maximum number of outer iterations for bcd
verbose
boolean flag; if TRUE diagnostic info is printed