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

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

public class PdfContGumbel
extends java.lang.Object
implements PdfCont

See Wikipedia article

Author:
osborn

Constructor Summary
PdfContGumbel(double mu, double beta)
           
 
Method Summary
 double draw(Generator g)
          Returns a random draw from this PDF using the provided StochasticEngine.Generator object.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfContGumbel

public PdfContGumbel(double mu,
                     double beta)
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

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException


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