dynamic.theta.joe: Compute Dynamic Joe Copula Parameter

View source: R/dynamic.theta.joe.R

dynamic.theta.joeR Documentation

Compute Dynamic Joe Copula Parameter

Description

Computes the Joe copula parameter dynamically based on lagged values and covariates.

Usage

dynamic.theta.joe(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 Joe copula parameter.


STCCGEV documentation built on April 4, 2025, 1:50 a.m.