|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |