|
SSJ V. 2.6. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object umontreal.iro.lecuyer.randvar.RandomVariateGen umontreal.iro.lecuyer.randvar.FatigueLifeGen
public class FatigueLifeGen
This class implements random variate generators for the fatigue life distribution with location parameter μ, scale parameter β and shape parameter γ. The density function of this distribution is
Constructor Summary | |
---|---|
FatigueLifeGen(RandomStream s,
double mu,
double beta,
double gamma)
Creates a fatigue life random variate generator with parameters μ = mu, β = beta and γ = gamma, using stream s. |
|
FatigueLifeGen(RandomStream s,
FatigueLifeDist dist)
Creates a new generator for the distribution dist, using stream s. |
Method Summary | |
---|---|
double |
getBeta()
Returns the parameter β of this object. |
double |
getGamma()
Returns the parameter γ of this object. |
double |
getMu()
Returns the parameter μ of this object. |
static double |
nextDouble(RandomStream s,
double mu,
double beta,
double gamma)
Generates a variate from the fatigue life distribution with location parameter μ, scale parameter β and shape parameter γ. |
Methods inherited from class umontreal.iro.lecuyer.randvar.RandomVariateGen |
---|
getDistribution, getStream, nextArrayOfDouble, nextDouble, setStream, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FatigueLifeGen(RandomStream s, double mu, double beta, double gamma)
public FatigueLifeGen(RandomStream s, FatigueLifeDist dist)
Method Detail |
---|
public static double nextDouble(RandomStream s, double mu, double beta, double gamma)
public double getBeta()
public double getGamma()
public double getMu()
|
SSJ V. 2.6. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |