GMWMX estimator
gmwmx2_new_no_missing(
X = NULL,
y = NULL,
model = NULL,
omega = NULL,
method = "L-BFGS-B",
control = list(),
...
)A fitted model object (to be defined).
Design matrix for a generic regression interface.
Response vector for a generic regression interface.
Stochastic model specification.
Optional weighting matrix. If NULL, uses inverse CI width.
Optimization method passed to stats::optim.
Control list passed to stats::optim.
Reserved for future extensions.