Skip to main content

ArbitrageIndexReport

Breakdown analysis for arbitrage index models, extending BaseModelBreakdownCV. Includes methods to compute Kendall’s Tau, determine the best copula, and extract copula parameters. Method generated by attrs for class BaseReportCV.

Ancestors

  • systematica.api.base.BaseReportCV
  • systematica.api.base.BaseReportMixin
  • abc.ABC

Methods

get_kendall_tau

Compute Kendall’s Tau correlation coefficient for the training data in each split. Returns:

get_best_copula

Identify the best-fitting copula for each training dataset in the splits. Returns:

get_theta

Compute the copula parameter (theta) for the best-fitting copula in each training dataset. Returns:

plot_kendall_tau

Plot Kendall’s Tau values. Parameters: Returns:

plot_best_copula

Plot the best-fitting copula models. Parameters: Returns:

plot_theta

Plot the theta parameter values divided by 10. Parameters: Returns: