org.placelab.particlefilter
Class CDF
java.lang.Object
org.placelab.particlefilter.CDF
- public class CDF
- extends java.lang.Object
|
Field Summary |
static double |
RANDOM
|
|
Constructor Summary |
CDF(double[] _cumulativeWeight,
int[] _ownerIndex,
double _scaleFactor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RANDOM
public static final double RANDOM
- See Also:
- Constant Field Values
CDF
public CDF(double[] _cumulativeWeight,
int[] _ownerIndex,
double _scaleFactor)
dumpCompressed
public void dumpCompressed()
getCombTineSize
public double getCombTineSize(int desiredNumberOfSamples)
getFirstNonEmptyIndex
public int getFirstNonEmptyIndex()
getClonesOfHeavilyWeightedEntries
public java.util.Vector getClonesOfHeavilyWeightedEntries(double startingOffset_NEGATIVE_IS_RANDOM,
java.util.Vector currentParticles,
int numClones)