Skip to content

feat(quantlib): add Archimedean and Gaussian copula analytics - #1197

Open
santhreal wants to merge 1 commit into
HKUDS:mainfrom
santhreal:feat/quantlib-copula-models
Open

feat(quantlib): add Archimedean and Gaussian copula analytics#1197
santhreal wants to merge 1 commit into
HKUDS:mainfrom
santhreal:feat/quantlib-copula-models

Conversation

@santhreal

Copy link
Copy Markdown
Contributor

Summary

Implements bivariate Archimedean copula CDFs (Clayton, Gumbel, Frank) and Gaussian copula CDF along with Kendall's tau calibration and tail dependence coefficients.

Changes

  • Added agent/src/quantlib/copula.py with clayton_copula_cdf, gumbel_copula_cdf, frank_copula_cdf, gaussian_copula_cdf, fit_copula_from_tau, clayton_tail_dependence, gumbel_tail_dependence, and pseudo_observations.
  • Exposed functions via QuantlibCallTool in agent/src/tools/quantlib_tool.py.
  • Added unit and property tests in agent/tests/quantlib/test_copula.py covering Fréchet-Hoeffding bounds, uniform margins, and empirical rank transformations.

Signed-off-by: santhreal 64453045+santhreal@users.noreply.github.com

@santhreal
santhreal force-pushed the feat/quantlib-copula-models branch from b7f4a9e to 28deb67 Compare August 24, 2026 10:24
Implement bivariate Archimedean copulas (Clayton, Gumbel, Frank) and Gaussian copula
with Kendall's tau calibration and tail dependence coefficients.

Signed-off-by: santhreal <64453045+santhreal@users.noreply.github.com>
@santhreal
santhreal force-pushed the feat/quantlib-copula-models branch from 28deb67 to 40b6627 Compare August 24, 2026 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant