Computes the theoretical WV implied by a model and parameter vector.
get_theoretical_wv(
theta,
model,
n,
wv_obj = NULL,
tau = NULL,
prep = NULL,
return_components = FALSE
)Numeric vector of theoretical wavelet variances.
Real-valued parameter vector (unconstrained).
A time_series_model or sum_model.
Length of autocovariance to compute.
Optional wv::wvar object (uses its scales).
Optional vector of scales; overrides wv_obj if provided.
Optional output from prepare_optim_layout for sum models.