com.metsci.glimpse.util.math.stochastic.pdfcont2d
Interface PdfCont2d

All Superinterfaces:
Pdf
All Known Implementing Classes:
PdfCont2dBivariateGaussianViaEllipse

public interface PdfCont2d
extends Pdf

Author:
moskowitz

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

Method Detail

draw

double[] draw(Generator g)
Returns a 2-dimensional random draw from this PDF using the provided StochasticEngine.Generator object.



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