public class WeibullDistr extends java.lang.Object implements ContinuousDistribution
| Constructor and Description |
|---|
WeibullDistr(double alpha,
double beta)
Instantiates a new weibull distr.
|
WeibullDistr(java.util.Random seed,
double alpha,
double beta)
Instantiates a new weibull distr.
|
| Modifier and Type | Method and Description |
|---|---|
double |
sample()
Sample the random number generator.
|
public WeibullDistr(java.util.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 ContinuousDistribution