factor property

double factor
final

The value used when calculating exponential moving averages. It should be constrained by 0.0 <= factor <= 1.0.

Implementation

final double factor;