timesfm-ts - v1.0.0
    Preparing search index...

    Complete hierarchy definition.

    The hierarchy is a tree (or forest aggregated under a single root). Leaf nodes (no children) are the "bottom level" — their forecasts are summed up to produce every ancestor's forecast after reconciliation.

    interface HierarchyDefinition {
        nodes: readonly HierarchyNode[];
    }
    Index

    Properties

    Properties

    nodes: readonly HierarchyNode[]

    All nodes in the hierarchy. Must form a valid tree.