Skip navigation links
A C D E M N P R S V 

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() - 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
 

M

makeDefault() - Static method in class com.freevariable.lancer.random.RandomEngine
 
max() - Method in class com.freevariable.lancer.util.SampleRecorder
Returns the largest sample recorded so far.
meanEstimate() - Method in class com.freevariable.lancer.util.SampleRecorder
Returns the estimated mean of samples recorded so far.
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(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

RandomEngine - Class in com.freevariable.lancer.random
Reimplementation of the colt RandomEngine interface atop java.util.Random
RandomEngine(long) - Constructor for class com.freevariable.lancer.random.RandomEngine
 
RandomEngine() - 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
 
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
 

V

varianceEstimate() - Method in class com.freevariable.lancer.util.SampleRecorder
Returns the estimated variance of samples recorded so far.
A C D E M N P R S V 
Skip navigation links

Copyright © 2018. All rights reserved.