jhplot.math.num.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

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.


jHepWork 3.1 ©