umontreal.iro.lecuyer.randvar
Class ExtremeValueGen
- java.lang.Object
-
- umontreal.iro.lecuyer.randvar.RandomVariateGen
-
- umontreal.iro.lecuyer.randvar.ExtremeValueGen
-
Deprecated.
@Deprecated public class ExtremeValueGen extends RandomVariateGen
-
-
Constructor Summary
Constructors Constructor and Description ExtremeValueGen(RandomStream s)Deprecated.Creates an extreme value random variate generator with parameters α = 0 and λ = 1, using stream s.ExtremeValueGen(RandomStream s, double alpha, double lambda)Deprecated.Creates an extreme value random variate generator with parameters α = alpha and λ = lambda, using stream s.ExtremeValueGen(RandomStream s, ExtremeValueDist dist)Deprecated.Creates a new generator object for distribution dist and stream s.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description doublegetAlpha()Deprecated.Returns the parameter α of this object.doublegetLambda()Deprecated.Returns the parameter λ of this object.static doublenextDouble(RandomStream s, double alpha, double lambda)Deprecated.Uses inversion to generate a new variate from the extreme value distribution with parameters α = alpha and λ = lambda, using stream s.-
Methods inherited from class umontreal.iro.lecuyer.randvar.RandomVariateGen
getDistribution, getStream, nextArrayOfDouble, nextDouble, setStream, toString
-
-
-
-
Constructor Detail
-
ExtremeValueGen
public ExtremeValueGen(RandomStream s, double alpha, double lambda)
Deprecated.Creates an extreme value random variate generator with parameters α = alpha and λ = lambda, using stream s.
-
ExtremeValueGen
public ExtremeValueGen(RandomStream s)
Deprecated.Creates an extreme value random variate generator with parameters α = 0 and λ = 1, using stream s.
-
ExtremeValueGen
public ExtremeValueGen(RandomStream s, ExtremeValueDist dist)
Deprecated.Creates a new generator object for distribution dist and stream s.
-
-
Method Detail
-
nextDouble
public static double nextDouble(RandomStream s, double alpha, double lambda)
Deprecated.Uses inversion to generate a new variate from the extreme value distribution with parameters α = alpha and λ = lambda, using stream s.
-
getAlpha
public double getAlpha()
Deprecated.Returns the parameter α of this object.
-
getLambda
public double getLambda()
Deprecated.Returns the parameter λ of this object.
-
-
DMelt 3.0 © DataMelt by jWork.ORG