Package jdistlib.evd
Class Extreme
java.lang.Object
jdistlib.generic.GenericDistribution
jdistlib.evd.Extreme
Extreme distribution.
Taken from EVD package of R
-
Field Summary
FieldsFields inherited from class jdistlib.generic.GenericDistribution
random -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublecumulative(double p, boolean lower_tail, boolean log_p) static final doublecumulative(double q, GenericDistribution dist, int mlen, boolean largest, boolean lower_tail) doubledensity(double x, boolean log) static final doubledensity(double x, GenericDistribution dist, int mlen, boolean largest, boolean log) doublequantile(double q, boolean lower_tail, boolean log_p) static final doublequantile(double p, GenericDistribution dist, int mlen, boolean largest, boolean lower_tail) doublerandom()static final double[]random(int n, GenericDistribution dist, int mlen, boolean largest, RandomEngine random) static final doublerandom(GenericDistribution dist, int mlen, boolean largest, RandomEngine random) Methods inherited from class jdistlib.generic.GenericDistribution
copyBackward, cumulative, cumulative, cumulative, cumulative_hazard, cumulative_hazard, cumulativeInto, density, density, densityInto, getRandomEngine, hazard, hazard, inverse_survival, inverse_survival, quantile, quantile, quantile, quantileInto, random, random, randomInto, setRandomEngine, survival, survival, survival
-
Field Details
-
mlen
protected int mlen -
largest
protected boolean largest -
dist
-
-
Constructor Details
-
Extreme
-
-
Method Details
-
density
public static final double density(double x, GenericDistribution dist, int mlen, boolean largest, boolean log) -
cumulative
public static final double cumulative(double q, GenericDistribution dist, int mlen, boolean largest, boolean lower_tail) -
quantile
public static final double quantile(double p, GenericDistribution dist, int mlen, boolean largest, boolean lower_tail) -
random
public static final double random(GenericDistribution dist, int mlen, boolean largest, RandomEngine random) -
random
public static final double[] random(int n, GenericDistribution dist, int mlen, boolean largest, RandomEngine random) -
density
public double density(double x, boolean log) - Specified by:
densityin classGenericDistribution
-
cumulative
public double cumulative(double p, boolean lower_tail, boolean log_p) - Specified by:
cumulativein classGenericDistribution
-
quantile
public double quantile(double q, boolean lower_tail, boolean log_p) - Specified by:
quantilein classGenericDistribution
-
random
public double random()- Specified by:
randomin classGenericDistribution
-