โ campaign index ยท telemetry
| # | Candidate | FOSS implementation @ license | Paper ยท provenance | Coverage |
|---|---|---|---|---|
| #114 | intrabar_positive_occupation_fraction_above_open_us_weightedMicrosecond-weighted fraction of intra-bar time the mid (or bid/ask) path spends STRICTLY ABOVE the bar's opening mid. This is Lรฉvy's first arcsine la โ โabove openโ is a fixed structural reference (parameterless-by-convention), not a tuned level. |
scipy/scipy (scipy.stats.arcsine for the null CDF; numpy for BSD-3-Clause |
arXiv:1706.01675 git-anchor: absent @c803ef96e + @2d308f1c |
not-covered |
| #115 | intrabar_time_weighted_occupation_above_twapFraction of the bar's wall-clock duration that the mid-price spends strictly above the bar's own time-weighted average price (TWAP), computed by integ โ Centered (above own TWAP) companion to the above-open occupation; check mutual Spearman vs above-open tomorrow. |
scipy/scipy BSD-3-Clause |
arXiv:1712.00795 git-anchor: absent @c803ef96e + @2d308f1c |
not-covered |
| #116 | intrabar_normalized_time_of_maximumNormalized timestamp of the intra-bar HIGH: (t_argmax(high) - t_start)/duration, in [0,1]. Lรฉvy's third arcsine law functional. Encodes WHEN the extre |
numpy/numpy (argmax + normalization) BSD-3-Clause |
arXiv:1706.01675 git-anchor: absent @c803ef96e + @2d308f1c |
not-covered |
| #117 | intrabar_signed_normalized_time_lead_of_high_over_lowSigned temporal lead of the extremes: (t_argmax(high) - t_argmin(low))/duration, in [-1,1]. Positive => the high occurred AFTER the low (down-then-up โ Its SIGN duplicates intrabar_extreme_order_sign; only the |ฮT| MAGNITUDE (temporal separation of the extremes) is the no |
numpy/numpy BSD-3-Clause |
arXiv:1706.01675 git-anchor: absent @c803ef96e + @2d308f1c |
not-covered |
| #118 | critical_exponent_sign_wordThe critical exponent of the per-bar sign(ฮmid) word over the 200-bar window: the supremum, taken over ALL factors of the word, of (factor length / it โ lag-1 sign word (199 symbols) is the structural-minimum substrate. |
sagemath/sage GPL-3.0-or-later |
arXiv:1406.0263 git-anchor: absent @c803ef96e + @2d308f1c |
not-covered |
| #119 | palindromic_defect_sign_wordThe palindromic defect of the sign(ฮmid) word: D(w) = (|w| + 1) โ (number of DISTINCT palindromic factors of w, including the empty word). By the Drou โ lag-1 sign word; DJP empty-word+singletons counted by fixed convention, not a knob. |
sagemath/sage GPL-3.0-or-later |
DOI:10.1142/S012905410400242X git-anchor: absent @c803ef96e + @2d308f1c |
not-covered |
| #120 | pietra_hoover_index_interquote_durationsThe Pietra index (a.k.a. Hoover / Schutz / Robin-Hood index) of the intra-bar inter-quote interval durations: the maximum vertical gap between the Lor โ L1 max-Lorenz-gap (=ยฝ relative MAD); distinct interior ranking from the Gini/Theil duration items โ confirm orthogonalit |
numpy/numpy BSD-3-Clause |
DOI:10.1016/j.csda.2020.106974 git-anchor: absent @c803ef96e + @2d308f1c |
not-covered |
| Candidate | Drop reason |
|---|---|
intrabar_time_to_running_max_fraction | intra-iteration IDENTITY with intrabar_normalized_time_of_maximum (same Lรฉvy time-of-max statistic) โ kept the cleaner-named one. |
intrabar_normalized_time_of_minimum | near-dup: a linear combination of the two accepted arcsine features (T_max โ ฮT); no independent information (agent self-flagged not-PASS). |
intrabar_last_zero_time_of_demeaned_path | mathematical-identity dup of the demeaned-path crossing structure; agent flagged FAIL. |
intrabar_occupation_above_own_median_minus_above_open | FAIL โ degenerate/identity vs the two occupation features; agent flagged FAIL. |
palindromic_lacuna_count_sign_word | IDENTITY with palindromic_defect (lacuna count = defect D(w) under the identity involution). |
max_factor_complexity_sign_word | FAIL parameterless โ factor complexity p(n) is a function of window length n (knob); knob-free max-reading is a redundant LZ proxy. |
abelian_complexity_sign_word | FAIL parameterless โ abelian complexity ฯ^ab(n) is explicitly indexed by factor length n (knob). |
recurrence_and_appearance_function_sign_word | FAIL parameterless + NOT computable โ R(n)/A(n) need n and are ill-posed on a finite 199-symbol word. |
empirical_kendall_distribution_cvm_distance_bidpath_askpath | DROP โ dup-risk: too tightly aligned with the existing bid/ask rank-dependence battery (tau, SchweizerโWolff, BergsmaโDassios); agent recommended FAIL-as-dup. |
greenwood_statistic_interquote_spacings | FAIL identity โ Greenwood = (1/n)(1+CVยฒ), an exact function of duration CVยฒ already covered by cv2_consecutive_intervals / interquote_count_fano_factor. |
pielou_heip_evenness_tickrule_directions | FAIL identity โ Pielou J' = H'/log(S), a monotone transform of Shannon entropy (shannon-of-signs is forex-prior; sign_two_state_entropy_rate covered). |
ripley_k_or_L_function_quote_times | FAIL parameterless + NOT computable โ Ripley K/L are explicit functions of radius r (scale knob). |
second_difference_sign_change_count_midpath | FAIL identity โ sign changes of the 2nd difference = turning points of the increment series (turning_point_rate_z machinery one order up). |