gmwmx2_new_no_missing: GMWMX estimator

View source: R/gmwmx2.R

gmwmx2_new_no_missingR Documentation

GMWMX estimator

Description

GMWMX estimator

Usage

gmwmx2_new_no_missing(
  X = NULL,
  y = NULL,
  model = NULL,
  omega = NULL,
  method = "L-BFGS-B",
  control = list(),
  ...
)

Arguments

X

Design matrix for a generic regression interface.

y

Response vector for a generic regression interface.

model

Stochastic model specification.

omega

Optional weighting matrix. If NULL, uses inverse CI width.

method

Optimization method passed to stats::optim.

control

Control list passed to stats::optim.

...

Reserved for future extensions.

Value

A fitted model object (to be defined).


gmwmx2 documentation built on June 10, 2026, 5:06 p.m.