estimate_gmwmx.Rd
Estimate a stochastic model in a two-steps procedure using the GMWMX estimator.
estimate_gmwmx(
x,
theta_0,
n_seasonal = 1,
model_string,
method = "L-BFGS-B",
maxit = 1e+06,
ci = FALSE,
k_iter = 1
)
A gnssts
object
A vector
specifying the initial values for the vector of parameter of the stochastic model considered.
An integer
specifying the number of seasonal component in the time series.
A string
specifying the model to be estimated.
A string
specifying the numerical optimization method that should be supplied to optim()
An integer
specifying the maximum number of iterations for the numerical optimization procedure.
A boolean
specifying if confidence intervals for the estimated parameters should be computed.
An integer
specifying the number of time the two steps GMWMX procedure should be run.
A gnsstsmodel
object.