com.metsci.glimpse.util.math.stochastic.pdfcont
Class PdfContGaussianBoxMuller

java.lang.Object
  extended by com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGaussianBoxMuller
All Implemented Interfaces:
Pdf, PdfCont

public class PdfContGaussianBoxMuller
extends java.lang.Object
implements PdfCont

Author:
osborn

Constructor Summary
PdfContGaussianBoxMuller(double mean, double stdev)
           
 
Method Summary
 double draw(Generator g)
          Returns a random draw from this PDF using the provided StochasticEngine.Generator object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfContGaussianBoxMuller

public PdfContGaussianBoxMuller(double mean,
                                double stdev)
Method Detail

draw

public double draw(Generator g)
Description copied from interface: PdfCont
Returns a random draw from this PDF using the provided StochasticEngine.Generator object.

Specified by:
draw in interface PdfCont


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