Causality Analyzer
    Preparing search index...
    interface RHTConfig {
        aggregator: "max" | "mean" | "sum";
        tauMax: number;
    }
    Index
    aggregator: "max" | "mean" | "sum"

    Aggregation method for residual z-scores

    tauMax: number

    Maximum time lag for parent inclusion (τ_max)