Class ExponentialMovingAverageAlphaWeighting
Represents an alpha weighting for an exponential moving average.
public sealed class ExponentialMovingAverageAlphaWeighting : ExponentialMovingAverageWeighting
- Inheritance
-
ExponentialMovingAverageAlphaWeighting
- Inherited Members
Properties
Alpha
The alpha value.
public double Alpha { get; }