Class ExponentialMovingAverageWeighting

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Linq

Assembly

MongoDB.Driver.dll

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

public abstract class ExponentialMovingAverageWeighting

Inheritance

object

ExponentialMovingAverageWeighting

Derived

ExponentialMovingAverageAlphaWeighting

ExponentialMovingAveragePositionalWeighting

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Methods

Alpha(double)

Returns an alpha weighting.

N(int)

Returns an positional weighting.