net.sf.doodleproject.numerics4j.random
Interface ContinuousRandomVariable

All Known Implementing Classes:
AbstractContinuousRandomVariable, BetaRandomVariable, CauchyRandomVariable, ChiSquaredRandomVariable, ExponentialRandomVariable, FRandomVariable, GammaRandomVariable, LaplaceRandomVariable, LogisticRandomVariable, LogNormalRandomVariable, NormalRandomVariable, RayleighRandomVariable, TRandomVariable, UniformRandomVariable, WeibullRandomVariable

public interface ContinuousRandomVariable

A random variable generator for a continuous distribution.

Since:
1.3
Version:
$Revision: 1.3 $ $Date: 2007/11/18 23:51:19 $

Method Summary
 double nextRandomVariable()
          Access the next random variable from this generator.
 

Method Detail

nextRandomVariable

double nextRandomVariable()
Access the next random variable from this generator.

Returns:
the next random variable.


Copyright 2004-2004-2007 DoodleProject. All Rights Reserved.