Uses of Interface
com.metsci.glimpse.util.math.stochastic.Generator

Packages that use Generator
com.metsci.glimpse.util.math.stochastic   
com.metsci.glimpse.util.math.stochastic.pdfcont   
com.metsci.glimpse.util.math.stochastic.pdfcont2d   
com.metsci.glimpse.util.math.stochastic.pdfdiscrete   
 

Uses of Generator in com.metsci.glimpse.util.math.stochastic
 

Methods in com.metsci.glimpse.util.math.stochastic that return Generator
 Generator StochasticEngineMersenne.getGenerator()
           
 Generator StochasticEngineLcp.getGenerator()
           
 Generator StochasticEngine.getGenerator()
           
 

Uses of Generator in com.metsci.glimpse.util.math.stochastic.pdfcont
 

Methods in com.metsci.glimpse.util.math.stochastic.pdfcont with parameters of type Generator
 double PdfTruncatedCont.draw(Generator g)
           
 double PdfMirroredCont.draw(Generator g)
           
 double PdfContUniform.draw(Generator g)
           
 double PdfContLinearIncreasingFromZero.draw(Generator g)
           
 double PdfContLaplace.draw(Generator g)
           
 double PdfContGumbel.draw(Generator g)
           
 double PdfContGaussianZiggurat.draw(Generator g)
           
 double PdfContGaussianBoxMuller.draw(Generator g)
           
 double PdfContExponential.draw(Generator g)
           
 double PdfCont.draw(Generator g)
          Returns a random draw from this PDF using the provided StochasticEngine.Generator object.
 

Uses of Generator in com.metsci.glimpse.util.math.stochastic.pdfcont2d
 

Methods in com.metsci.glimpse.util.math.stochastic.pdfcont2d with parameters of type Generator
 double[] PdfCont2dBivariateGaussianViaEllipse.draw(Generator g)
           
 double[] PdfCont2d.draw(Generator g)
          Returns a 2-dimensional random draw from this PDF using the provided StochasticEngine.Generator object.
 

Uses of Generator in com.metsci.glimpse.util.math.stochastic.pdfdiscrete
 

Methods in com.metsci.glimpse.util.math.stochastic.pdfdiscrete with parameters of type Generator
 int PdfDiscretePoisson.draw(Generator g)
           
 int PdfDiscrete.draw(Generator g)
          Returns a random draw from this PDF using the provided StochasticEngine.Generator object.
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.