public class OnlineExponentialAverage extends Object
| Constructor and Description |
|---|
OnlineExponentialAverage(double alpha)
Creates an averager that has a specified time constant for discounting old data.
|
public OnlineExponentialAverage(double alpha)
alpha - The time constant for discounting old data and state.Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.