Properties of an EwmaTask.

interface IEwmaTask {
    aggregatorAddress?: null | string;
    lambda?: null | number;
    period?: null | number;
}

Implemented by

Properties

aggregatorAddress?: null | string

EwmaTask aggregatorAddress

lambda?: null | number

EwmaTask lambda

period?: null | number

EwmaTask period