Documentation
    Preparing search index...

    Type Alias EwmaEstimatorOptionsBeta

    Exponential Weighted Moving Average (EWMA) Estimator Options

    type EwmaEstimatorOptions = {
        defaultEstimate?: number;
        fastHalfLife: number;
        minBodySize?: number;
        minTotalBytes?: number;
        slowHalfLife: number;
    }
    Index

    Properties

    defaultEstimate?: number
    fastHalfLife: number
    minBodySize?: number
    minTotalBytes?: number
    slowHalfLife: number