dynamic.theta.frank {STCCGEV} | R Documentation |
Compute Dynamic Frank Copula Parameter
Description
Computes the Frank copula parameter dynamically based on lagged values and covariates.
Usage
dynamic.theta.frank(params, lagged_theta, X_t)
Arguments
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. |
Value
Numeric, estimated dynamic Frank copula parameter.
[Package STCCGEV version 1.0.0 Index]