Table of Contents

Class ExponentialMovingAverageWeighting

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.dll

Represents how values are weighted when computing the exponential moving average.

public abstract class ExponentialMovingAverageWeighting
Inheritance
ExponentialMovingAverageWeighting
Derived
Inherited Members

Methods

Alpha(double)

Returns an alpha weighting.

N(int)

Returns an positional weighting.