CML
    Preparing search index...

    Exponential Weighted Moving Average (EWMA)

    Index

    Constructors

    Methods

    • Returns the estimate of the value (in units, as value during sampling)

      For example, if the value is throughput (in bits per seconds), the estimate will also be in bits per seconds.

      Returns number

    • Returns the total duration of the resource (in units, as weight during sampling)

      Returns number

    • Samples the value of the resource and updates the estimate.

      Parameters

      • weight: number
      • value: number

      Returns void