baseCode.math.distribution
Class Dirichlet

java.lang.Object
  extended bybaseCode.math.distribution.Dirichlet

public class Dirichlet
extends java.lang.Object


Copyright (c) 2004 Columbia University

Version:
$Id: Dirichlet.java,v 1.1 2005/03/21 18:01:03 pavlidis Exp $
Author:
pavlidis

Constructor Summary
Dirichlet(cern.colt.list.DoubleArrayList p, cern.jet.random.engine.RandomEngine randomGenerator)
           
 
Method Summary
 cern.colt.list.DoubleArrayList draws(int n)
           
 double nextDouble()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dirichlet

public Dirichlet(cern.colt.list.DoubleArrayList p,
                 cern.jet.random.engine.RandomEngine randomGenerator)
Method Detail

nextDouble

public double nextDouble()

draws

public cern.colt.list.DoubleArrayList draws(int n)


Copyright © 2003-2005 Columbia University. All Rights Reserved.