Package | Description |
---|---|
dev.nm.stat.evt.markovchain |
Modifier and Type | Method and Description |
---|---|
static ExtremeValueMC.MarginalDistributionType |
ExtremeValueMC.MarginalDistributionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtremeValueMC.MarginalDistributionType[] |
ExtremeValueMC.MarginalDistributionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ExtremeValueMC(BivariateEVD bevd,
ExtremeValueMC.MarginalDistributionType marginalType)
Create an instance with a given bivariate distribution that defines the dependence structure
between two consecutive simulated values, and uses
UniformRNG for random number
generation. |
ExtremeValueMC(BivariateEVD bivariate,
ExtremeValueMC.MarginalDistributionType marginalType,
RandomNumberGenerator uniformRng)
Create an instance with a given bivariate distribution that defines the dependence structure
between two consecutive simulated values, and a uniform random number generator.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.