Learn R Programming

SurrogateRegression (version 0.6.0.1)

UpdateEM: EM Update

Description

EM Update

Usage

UpdateEM(data_part, b0, a0, sigma0)

Value

List containing updated values for beta 'b', alpha 'a', 'sigma', the log likelihood 'loglik', and the change in log likelihood 'delta'.

Arguments

data_part

List of partitioned data. See PartitionData.

b0

Initial target regression coefficient.

a0

Initial surrogate regression coefficient.

sigma0

Initial covariance matrix.