@willwade/aac-processors
    Preparing search index...

    Interface TrendResult

    interface TrendResult {
        delta: number | null;
        direction: "flat" | "unknown" | "up" | "down";
        firstHalf: number | null;
        metric: string;
        secondHalf: number | null;
        slopePerMonth: number | null;
    }
    Index

    Properties

    delta: number | null

    secondHalf - firstHalf.

    direction: "flat" | "unknown" | "up" | "down"
    firstHalf: number | null
    metric: string
    secondHalf: number | null
    slopePerMonth: number | null

    Slope of the weighted linear regression, in metric units per month.