estimate_hector {gmwmx} | R Documentation |
Estimate a stochastic model based on the MLE and the Hector implementation.
Description
Estimate a stochastic model based on the MLE and the Hector implementation.
Usage
estimate_hector(
x,
n_seasonal = 1,
model_string,
likelihood_method = "AmmarGrag",
cleanup = TRUE
)
Arguments
x |
A |
n_seasonal |
An |
model_string |
A |
likelihood_method |
A |
cleanup |
A |
Value
A gnsstsmodel
object.
Examples
## 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)
[Package gmwmx version 1.0.3 Index]