A C D E L M N P R S U V Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- apply(double) - Method in class com.freevariable.lancer.random.RandomEngine
- apply(int) - Method in class com.freevariable.lancer.random.RandomEngine
C
- com.freevariable.lancer.random - package com.freevariable.lancer.random
- com.freevariable.lancer.stat - package com.freevariable.lancer.stat
- com.freevariable.lancer.util - package com.freevariable.lancer.util
- count - Variable in class com.freevariable.lancer.util.SampleRecorder
- count() - Method in class com.freevariable.lancer.util.SampleRecorder
-
Returns the count of samples recorded so far.
D
- DRand - Class in com.freevariable.lancer.random
- DRand() - Constructor for class com.freevariable.lancer.random.DRand
- DRand(long) - Constructor for class com.freevariable.lancer.random.DRand
E
- expectedMean() - Method in class com.freevariable.lancer.random.Poisson
- expectedVariance() - Method in class com.freevariable.lancer.random.Poisson
L
M
- makeDefault() - Static method in class com.freevariable.lancer.random.RandomEngine
- max - Variable in class com.freevariable.lancer.util.SampleRecorder
- max() - Method in class com.freevariable.lancer.util.SampleRecorder
-
Returns the largest sample recorded so far.
- meanEstimate - Variable in class com.freevariable.lancer.util.SampleRecorder
- meanEstimate() - Method in class com.freevariable.lancer.util.SampleRecorder
-
Returns the estimated mean of samples recorded so far.
- min - Variable in class com.freevariable.lancer.util.SampleRecorder
- min() - Method in class com.freevariable.lancer.util.SampleRecorder
-
Returns the smallest sample recorded so far.
N
- nextDouble() - Method in class com.freevariable.lancer.random.Poisson
- nextDouble() - Method in class com.freevariable.lancer.random.RandomEngine
- nextFloat() - Method in class com.freevariable.lancer.random.RandomEngine
- nextInt() - Method in class com.freevariable.lancer.random.Poisson
-
Returns the next value the Poisson distribution; technique is due to Algorithm 369, CACM, January 1970
- nextInt() - Method in class com.freevariable.lancer.random.RandomEngine
- nextLong() - Method in class com.freevariable.lancer.random.RandomEngine
- normal(double) - Static method in class com.freevariable.lancer.stat.Probability
- normal(double, double, double) - Static method in class com.freevariable.lancer.stat.Probability
- normalInverse(double) - Static method in class com.freevariable.lancer.stat.Probability
- normalInverse(double, double, double) - Static method in class com.freevariable.lancer.stat.Probability
P
- Poisson - Class in com.freevariable.lancer.random
- Poisson() - Constructor for class com.freevariable.lancer.random.Poisson
- Poisson(double, long) - Constructor for class com.freevariable.lancer.random.Poisson
- Poisson(double, RandomEngine) - Constructor for class com.freevariable.lancer.random.Poisson
- Probability - Class in com.freevariable.lancer.stat
- Probability() - Constructor for class com.freevariable.lancer.stat.Probability
R
- r - Variable in class com.freevariable.lancer.random.Poisson
- r - Variable in class com.freevariable.lancer.random.RandomEngine
- RandomEngine - Class in com.freevariable.lancer.random
-
Reimplementation of the colt RandomEngine interface atop java.util.Random
- RandomEngine() - Constructor for class com.freevariable.lancer.random.RandomEngine
- RandomEngine(long) - Constructor for class com.freevariable.lancer.random.RandomEngine
- raw() - Method in class com.freevariable.lancer.random.RandomEngine
- record(double) - Method in class com.freevariable.lancer.util.SampleRecorder
-
Records the given sample.
- reset() - Method in class com.freevariable.lancer.util.SampleRecorder
S
- SampleRecorder - Class in com.freevariable.lancer.util
-
A class to manage aggregate statistics for a stream of double values in constant space.
- SampleRecorder() - Constructor for class com.freevariable.lancer.util.SampleRecorder
- sd_dirty - Variable in class com.freevariable.lancer.util.SampleRecorder
- stdDevEstimate - Variable in class com.freevariable.lancer.util.SampleRecorder
- stdDevEstimate() - Method in class com.freevariable.lancer.util.SampleRecorder
-
Returns the estimated standard deviation of samples recorded so far; this is computed by need.
- studentT(double, double) - Static method in class com.freevariable.lancer.stat.Probability
- studentTInverse(double, int) - Static method in class com.freevariable.lancer.stat.Probability
- sumX - Variable in class com.freevariable.lancer.util.SampleRecorder
- sumXSquared - Variable in class com.freevariable.lancer.util.SampleRecorder
U
- updateEstimates(double) - Method in class com.freevariable.lancer.util.SampleRecorder
V
- varianceEstimate - Variable in class com.freevariable.lancer.util.SampleRecorder
- varianceEstimate() - Method in class com.freevariable.lancer.util.SampleRecorder
-
Returns the estimated variance of samples recorded so far.
Z
A C D E L M N P R S U V ZAll Classes All Packages