public static enum ExtremeValueMC.MarginalDistributionType extends Enum<ExtremeValueMC.MarginalDistributionType>
Enum Constant and Description |
---|
FRECHET
Frechet distribution.
|
GUMBEL
Gumbel distribution.
|
RWEIBULL
Reversed Weibull distribution.
|
UNIFORM
Uniform distribution.
|
Modifier and Type | Method and Description |
---|---|
static ExtremeValueMC.MarginalDistributionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtremeValueMC.MarginalDistributionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtremeValueMC.MarginalDistributionType UNIFORM
public static final ExtremeValueMC.MarginalDistributionType GUMBEL
public static final ExtremeValueMC.MarginalDistributionType FRECHET
public static final ExtremeValueMC.MarginalDistributionType RWEIBULL
public static ExtremeValueMC.MarginalDistributionType[] values()
for (ExtremeValueMC.MarginalDistributionType c : ExtremeValueMC.MarginalDistributionType.values()) System.out.println(c);
public static ExtremeValueMC.MarginalDistributionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.