| estimate_hector | R Documentation |
Estimate a stochastic model based on the MLE and the Hector implementation.
estimate_hector( x, n_seasonal = 1, model_string, likelihood_method = "AmmarGrag", cleanup = TRUE )
x |
A |
n_seasonal |
An |
model_string |
A |
likelihood_method |
A |
cleanup |
A |
A gnsstsmodel object.
## Not run:
cola = PBO_get_station(station_name = "COLA", column = "dE", time_range = c(51130, 52000))
fit_mle = estimate_hector(x = cola,
n_seasonal = 1,
model_string = "wn+matern")
## End(Not run)