statistickway.py [35:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    for q in queries
                ]
            )
            / D.shape[0]
        )

    return compute_statistic


def preserve_subset_statistic(queries):
    @jit
    def compute_statistic(D):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



statistickway_threshold.py [38:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    for q in queries
                ]
            )
            / D.shape[0]
        )

    return compute_statistic


def preserve_subset_statistic(queries):
    @jit
    def compute_statistic(D):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



