Learn R Programming

multiband (version 0.1.0)

update_beta: Update Intercept beta

Description

update_beta updates the vector of band specific intercepts.

Usage

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

Run this code
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)

Run the code above in your browser using DataLab