gmwm.imu(model, data, compute.v = "fast", robust = F, eff = 0.6, ...)
ts.model
object containing one of the allowed models.matrix
or data.frame
object with only column (e.g. $ N x 1 $), or a lts
object, or a gts
object.string
indicating the type of covariance matrix solver. "fast", "bootstrap", "asymp.diag", "asymp.comp", "fft"boolean
indicating whether to use the robust computation (TRUE) or not (FALSE).double
between 0 and 1 that indicates the efficiency.gmwm
functiongmwm
object with the structure:
ts.model
supplied to gmwmts.model
object supplied to gmwmgmwm
function has customized settings ideal for modeling with an IMU object.
If you seek to model with an Gauss Markov, GM
, object. Please note results depend on the
freq
specified in the data construction step within the imu
. If you wish for results to be
stable but lose the ability to interpret with respect to freq
, then use AR1
terms.
## Not run:
# # Example data generation
# data = gen.gts(GM(beta=0.25,sigma2_gm=1),10000, freq = 5)
# results = gmwm.imu(GM(),data)
# inference = summary(results)
#
# # Example with IMU Data
#
#
#
# ## End(Not run)
Run the code above in your browser using DataLab