| gmwmx2 | R Documentation |
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(),
...
)
X |
A |
... |
Reserved for future extensions. |
y |
Response vector for a generic regression interface. |
model |
Stochastic model specification. |
omega |
Optional weighting matrix. If |
method |
Optimization method passed to |
control |
Control list passed to |
n_seasonal |
Number of seasonal signals. |
vec_earthquakes_relaxation_time |
Relaxation time for each earthquake. |
component |
Component to estimate ("N", "E", or "V"). |
A fitted model object.
A fitted model object.
A fitted model object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.