Return a vector of parameters
stan_pars(
obs_error,
estimate_df = TRUE,
est_temporalRE = FALSE,
estimate_ar = FALSE,
fixed_intercept = FALSE,
save_log_lik = FALSE
)The observation error distribution
Logical indicating whether the degrees of freedom parameter should be estimated
Logical: estimate a random walk for the time variable?
Logical indicating whether the ar parameter should be estimated
Should the intercept be fixed?
Logical: should the log likelihood for each data point be
saved so that information criteria such as LOOIC or WAIC can be calculated?
Defaults to FALSE so that the size of model objects is smaller.