update_beta: Update Intercept beta

Description Usage Arguments Examples

Description

update_beta updates the vector of band specific intercepts.

Usage

1
update_beta(tms, a, rho, omega)

Arguments

tms

list of matrices whose rows are the triple (t,m,sigma) for each band.

a

Amplitude estimates

rho

vector of the current estimates of the phase

omega

frequency

Examples

1
2
3
4
5
6
7
test_data <- synthetic_multiband()
tms <- test_data$tms
a <- test_data$a
rho <- test_data$rho
omega <- test_data$omega

update_beta(tms,a,rho,omega)

multiband documentation built on May 2, 2019, 3:30 a.m.