Constructs the variance-covariance matrix for a model using its
get_variance_covariance_matrix_signal method. Supports both single
time_series_model objects and composite sum_model objects.
get_variance_covariance_matrix_model(model, n, theta = NULL, prep = NULL, ...)Variance-covariance matrix of dimension n x n.
A time_series_model or sum_model.
Length of the signal.
Optional parameter vector (already in domain space of the parameters).
Optional output from prepare_optim_layout(model) (unused for now).