ArbitrageIndexReport
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.BaseReportCVsystematica.api.base.BaseReportMixinabc.ABC
Methods
get_kendall_tau
| Type | Description |
|---|---|
pd.Series | Series containing Kendall’s Tau values indexed by the test set index. |
get_best_copula
| Type | Description |
|---|---|
pd.Series | Series containing the names of the best-fitting copula models, indexed by the test set index. |
get_theta
| Type | Description |
|---|---|
pd.Series | Series containing the theta parameter values divided by 10, indexed by the test set index. |
plot_kendall_tau
| Name | Type | Default | Description |
|---|---|---|---|
fig | vbt.FigureWidget | None | Existing figure to update, by default None. |
layout_kwargs | tp.Kwargs | -- | Additional layout keyword arguments for customization. |
| Type | Description |
|---|---|
vbt.FigureWidget | The figure displaying Kendall’s Tau values. |
plot_best_copula
| Name | Type | Default | Description |
|---|---|---|---|
fig | vbt.FigureWidget | None | Existing figure to update, by default None. |
layout_kwargs | tp.Kwargs | -- | Additional layout keyword arguments for customization. |
| Type | Description |
|---|---|
vbt.FigureWidget | The figure displaying the best-fitting copula models. |
plot_theta
10.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
fig | vbt.FigureWidget | None | Existing figure to update, by default None. |
layout_kwargs | tp.Kwargs | -- | Additional layout keyword arguments for customization. |
| Type | Description |
|---|---|
vbt.FigureWidget | The figure displaying theta values. |

