European Parliament MCP Server API - v1.3.9
    Preparing search index...

    Interface StageDwellStatistics

    Statistics for a single (procedureType, stage) pair.

    All numbers are in days. sampleSize exposes how many observations the statistics were derived from — callers should treat low-sample cells as less reliable and may degrade forecastBasis to INSUFFICIENT_DATA.

    interface StageDwellStatistics {
        medianDwellDays: number;
        medianRemainingDays: number;
        p95DwellDays: number;
        sampleSize: number;
    }
    Index

    Properties

    medianDwellDays: number

    Median number of days a procedure dwells at this stage before moving on.

    medianRemainingDays: number

    Median number of days remaining from this stage until the final event of the same procedure. Used as the forecasting baseline.

    p95DwellDays: number

    95th-percentile dwell — exceeding this is the bottleneck threshold.

    sampleSize: number

    Number of observations contributing to the dwell distribution.