@pond-ts/financial API Reference
    Preparing search index...

    Function zScore

    • Rolling z-score — how many rolling standard deviations the value sits from its rolling mean: (value − SMA(period)) / stdev(period) (population stdev). Appends one column; undefined on the warm-up and on any flat (σ = 0) window. One rolling pass (mean + stdev).

      Type Parameters

      • S extends SeriesSchema
      • const Output extends string = "zscore"

      Parameters

      Returns TimeSeries<
          readonly [S[0], ValueColumnsForSchema<S>, OptionalNumberColumn<Output>],
      >