ODAP.estimate: PDA surrogate estimation

View source: R/ODAP.R

ODAP.estimateR Documentation

PDA surrogate estimation

Description

PDA surrogate estimation

Usage

ODAP.estimate(ipdata,control,config)

Arguments

ipdata

local data in data frame (generated in pda)

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))


pda documentation built on April 3, 2025, 10:28 p.m.

Related to ODAP.estimate in pda...