gmwmx2 | R Documentation |
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.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.
gmwmx2(
x,
n_seasonal = 2,
vec_earthquakes_relaxation_time = NULL,
component = "N",
toeplitz_approx_var_cov_wv = TRUE,
stochastic_model = "wn + fl"
)
x |
A |
n_seasonal |
An |
vec_earthquakes_relaxation_time |
A |
component |
A |
toeplitz_approx_var_cov_wv |
A |
stochastic_model |
A |
x <- download_station_ngl("CHML")
fit <- gmwmx2(x, n_seasonal = 2, component = "N")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.