View source: R/dynamic.theta.joe.R
dynamic.theta.joe | R Documentation |
Computes the Joe copula parameter dynamically based on lagged values and covariates.
dynamic.theta.joe(params, lagged_theta, X_t)
params |
Numeric vector of parameters: omega, alpha, and gamma coefficients. |
lagged_theta |
Numeric, the previous theta value. |
X_t |
Numeric vector or matrix of covariates at time t. |
Numeric, estimated dynamic Joe copula parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.