com.metsci.glimpse.util.math.stochastic.pdfcont
Interface PdfCont

All Superinterfaces:
Pdf
All Known Implementing Classes:
PdfContExponential, PdfContGaussianBoxMuller, PdfContGaussianZiggurat, PdfContGumbel, PdfContLaplace, PdfContLinearIncreasingFromZero, PdfContUniform, PdfMirroredCont, PdfTruncatedCont

public interface PdfCont
extends Pdf

Author:
osborn

Method Summary
 double draw(Generator g)
          Returns a random draw from this PDF using the provided StochasticEngine.Generator object.
 

Method Detail

draw

double draw(Generator g)
Returns a random draw from this PDF using the provided StochasticEngine.Generator object.



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