EU Parliament Monitor — API Documentation - v0.8.24
    Preparing search index...

    Interface ComparativeSignificance

    Contextualises a significance score by ranking it among a peer group (e.g. all items in the same week or article type).

    interface ComparativeSignificance {
        rank: number;
        total: number;
        percentile: number;
        aboveAverage: boolean;
        peerAverage: number;
    }
    Index

    Properties

    rank: number

    1-based rank among peers (1 = highest composite score)

    total: number

    Total number of peers in the comparison group

    percentile: number

    Percentile position (0–100, where 100 = top of the group)

    aboveAverage: boolean

    Whether this item's composite score is above the peer average

    peerAverage: number

    Average composite score of the peer group