@svta/common-media-library
    Preparing search index...

    Type Alias EwmaEstimatorOptionsBeta

    Exponential Weighted Moving Average (EWMA) Estimator Options

    type EwmaEstimatorOptions = {
        fastHalfLife: number;
        slowHalfLife: number;
    }
    Index

    Properties

    fastHalfLife: number
    slowHalfLife: number