ODAH.estimate {pda} | R Documentation |
PDA surrogate estimation
Description
PDA surrogate estimation
Usage
ODAH.estimate(ipdata,control,config)
Arguments
ipdata |
local data in a list(ipdata, X_count, X_zero) |
control |
PDA control |
config |
cloud configuration |
Details
construct and solve surrogate logL at the master/lead site
Value
list(btilde = sol$par, Htilde = sol$hessian, site=control$mysite, site_size=nrow(ipdata))
[Package pda version 1.2.8 Index]