View source: R/get_variance_covariance_matrix.R
| get_variance_covariance_matrix_model | R Documentation |
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, ...)
model |
A |
n |
Length of the signal. |
theta |
Optional parameter vector (already in domain space of the parameters). |
prep |
Optional output from |
Variance-covariance matrix of dimension n x n.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.