ArbitrageIndexCV
WalkForwardCV.
Includes methods to compute Kendall’s Tau, determine the best copula, and
extract copula parameters.
Method generated by attrs for class WalkForwardCV.
Ancestors
systematica.walk_forward.cv.WalkForwardCVsystematica.walk_forward.base.BaseWalkForwardabc.ABCsystematica.generic.base.Modelsystematica.generic.base.Feature
Methods
get_kendall_tau
Returns:
get_ecdf
Returns:
get_copula
Returns:
get_dependence
Returns:
iter_transform_output
Returns:
get_marginals
Returns:
get_partial_derivative
Returns:
get_transform
Returns:
get_all_metrics
Returns:
Notes:
This is the performance-critical method. By computing all metrics
in one pass, we reduce complexity from
O(6n) to O(n) where n is
the number of splits.
run_portfolio
vectobtpro portfolio object.
Parameters:
Returns:
run_report
Returns:
Notes:
Performance optimization: This method performs a single iteration through
all splits, computing all metrics simultaneously to avoid redundant
copula fitting operations.
plot_kendall_tau
Returns:
plot_copula
Returns:
plot_dependence
Returns:
plot_tail_concentration
Returns:
plot_heatmap
Returns:
plot_surface
Returns:
plot_contour
Returns:
plot_all
Returns:
ArbitrageIndexRolling
BaseRollingWalkForward.
Includes methods to compute Kendall’s Tau, determine the best copula, and
extract copula parameters.
Method generated by attrs for class ArbitrageIndexRolling.
Ancestors
systematica.walk_forward.rolling.RollingWalkForwardsystematica.walk_forward.base.BaseWalkForwardabc.ABCsystematica.generic.base.Modelsystematica.generic.base.Feature

