public class WeibullDistr extends Object implements ContinuousDistribution
| Constructor and Description |
|---|
WeibullDistr(double alpha,
double beta)
Instantiates a new weibull distr.
|
WeibullDistr(Random seed,
double alpha,
double beta)
Instantiates a new weibull distr.
|
public WeibullDistr(Random seed, double alpha, double beta)
seed - the seedalpha - the alphabeta - the betapublic WeibullDistr(double alpha,
double beta)
alpha - the alphabeta - the betapublic double sample()
ContinuousDistributionsample in interface ContinuousDistributionCopyright © 2012 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All Rights Reserved.