View source: R/dynamic.theta.frank.R
dynamic.theta.frank | R Documentation |
Computes the Frank copula parameter dynamically based on lagged values and covariates.
dynamic.theta.frank(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 Frank copula parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.