org.omegahat.Probability.Distributions
Class PRNGDistributionFunctions

java.lang.Object
  |
  +--org.omegahat.Probability.Distributions.DistributionFunctions
        |
        +--org.omegahat.Probability.Distributions.PRNGDistributionFunctions

public class PRNGDistributionFunctions
extends DistributionFunctions


Field Summary
(package private)  PRNG prng
           
 
Fields inherited from class org.omegahat.Probability.Distributions.DistributionFunctions
a0, a1, a2, a3, aa, b1, b2, b3, b4, c1, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c2, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c3, c30, c31, c32, c33, c34, c35, c36, c37, c38, c4, c5, c6, c7, c8, c9, cc0, cc1, cc2, cc3, COF1, COF2, COF3, COF4, COF5, COF6, d1, d2, e, EPSILON, five, four, geometricRand_beta, geometricRand_last_p, half, HALF_PI, ITMAX, LARGE_A, MASK, one, pmax, pmin, sae, seedi, seedj, six, split, three, TOL, two, TWOVRPI, vm_epsilon, zero
 
Constructor Summary
PRNGDistributionFunctions(PRNG prng_in)
          Constructor
 
Method Summary
 PRNG getPRNG()
          Acessors
 void setPRNG(PRNG prng_in)
           
 double uniformRand()
           
 
Methods inherited from class org.omegahat.Probability.Distributions.DistributionFunctions
bernoulliRand, betaCDF, betaPDF, betaQuantile, betaRand, binomialCDF, binomialPMF, binomialQuantile, binomialRand, cauchyCDF, cauchyPDF, cauchyQuantile, cauchyRand, chisqCDF, chisqPDF, chisqQuantile, chisqRand, chyper, dirichletPDF, dirichletRand, exponentialRand, exponentialRand, fCDF, fPDF, fQuantile, fRand, gammaCDF, gammaPDF, gammaQuantile, gammaRand, gcf, geometricCDF, geometricPMF, geometricQuantile, geometricRand, gnorm, gser, hypergeometricCDF, hypergeometricPMF, lngamma, logbeta, macheps, normalCDF, normalPDF, normalQuantile, normalRand, poissonCDF, poissonPMF, poissonQuantile, poissonRand, tCDF, tPDF, tQuantile, tRand, uniformSeeds
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

prng

PRNG prng
Constructor Detail

PRNGDistributionFunctions

public PRNGDistributionFunctions(PRNG prng_in)
Constructor
Method Detail

getPRNG

public PRNG getPRNG()
Acessors

setPRNG

public void setPRNG(PRNG prng_in)

uniformRand

public double uniformRand()
Overrides:
uniformRand in class DistributionFunctions