gmwmx2 {gmwmx2} | R Documentation |
Estimate a trajectory model for a gnss_ts_ngl
object considering a white noise plus colored noise as the stochastic model for the residuals and model missingness with a Markov process using the GMWMX estimator.
Description
Estimate a trajectory model for a gnss_ts_ngl
object considering a white noise plus colored noise as the stochastic model for the residuals and model missingness with a Markov process using the GMWMX estimator.
Usage
gmwmx2(
x,
n_seasonal = 2,
vec_earthquakes_relaxation_time = NULL,
component = "N",
toeplitz_approx_var_cov_wv = TRUE,
stochastic_model = "wn + fl"
)
Arguments
x |
A |
n_seasonal |
An |
vec_earthquakes_relaxation_time |
A |
component |
A |
toeplitz_approx_var_cov_wv |
A |
stochastic_model |
A |
Examples
x <- download_station_ngl("CHML")
fit <- gmwmx2(x, n_seasonal = 2, component = "N")