Modifier and Type | Field and Description |
---|---|
protected int |
count |
protected int |
curIndex |
protected double[] |
list |
protected double |
sum |
Constructor and Description |
---|
FixedLengthQueue(int length) |
protected double[] list
protected int curIndex
protected double sum
protected int count
public void initialize()
public void reset()
Resetable
public void newData(double value)
public int count()
public double getMean()
Copyright © 2014. All rights reserved.