| gmwmx2_new_with_missing | R Documentation |
Draft interface for a future gmwmx2() that can be called either with a
gnss_ts_ngl object (current workflow) or with a generic design matrix
and response vector.
gmwmx2_new_with_missing(
X = NULL,
y = NULL,
model = NULL,
omega = NULL,
method = "L-BFGS-B",
control = list(),
...
)
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 |
method |
Optimization method passed to |
control |
Control list passed to |
... |
Reserved for future extensions. |
A fitted model object (to be defined).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.