Dispatches either to the generic regression interface (design matrix + response)
or to a gnss_ts_ngl workflow.
Convenience wrapper that selects the missing or non-missing implementation
based on the presence of NA values in y.
gmwmx2(X, ...)
# Default S3 method
gmwmx2(X, y, model, omega = NULL, method = "L-BFGS-B", control = list(), ...)
# S3 method for class 'gnss_ts_ngl'
gmwmx2(
X,
n_seasonal = 2,
vec_earthquakes_relaxation_time = NULL,
component = NULL,
model = NULL,
omega = NULL,
method = "L-BFGS-B",
control = list(),
...
)A gnss_ts_ngl object (GNSS time-series interface).
Reserved for future extensions.
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.
Number of seasonal signals.
Relaxation time for each earthquake.
Component to estimate ("N", "E", or "V").
A fitted model object.
A fitted model object.
A fitted model object.