timesfm-ts - v1.0.0
    Preparing search index...
    ReconciliationStrategy: "bu" | "ols" | "wls" | "mint"

    Reconciliation strategy, per Hyndman et al. (2011).

    • 'bu' Bottom-Up: P = [0 | I_n] — only bottom-level forecasts used.
    • 'ols' Ordinary LS: P = (SᵀS)⁻¹ Sᵀ — ignores forecast error structure.
    • 'wls' Weighted LS: W = diag(σ²_1, …, σ²_m) per-level residual variance.
    • 'mint' Min-Trace: W = full residual covariance (m × m). Best theoretical properties, needs ≥ n observations.