Package | Description |
---|---|
org.drip.execution.hjb | |
org.drip.execution.latent | |
org.drip.quant.stochastic |
Modifier and Type | Method and Description |
---|---|
OrnsteinUhlenbeck |
NonDimensionalCostEvolver.ornsteinUnlenbeckProcess()
Retrieve the Reference Ornstein-Unlenbeck Process
|
Modifier and Type | Method and Description |
---|---|
static NonDimensionalCostEvolverSystemic |
NonDimensionalCostEvolverSystemic.Standard(OrnsteinUhlenbeck ou)
Construct a Standard NonDimensionalCostEvolverSystemic Instance
|
Constructor and Description |
---|
NonDimensionalCostEvolverSystemic(OrnsteinUhlenbeck ou,
double dblAsymptoticEulerUrgencyThreshold,
boolean bAsymptoticEnhancedEulerCorrection)
NonDimensionalCostEvolverSystemic Constructor
|
Modifier and Type | Method and Description |
---|---|
OrnsteinUhlenbeck |
OrnsteinUhlenbeckSequence.scheme()
Retrieve the Ornstein-Uhlenbeck Generator Scheme Parameters
|
Modifier and Type | Class and Description |
---|---|
class |
OrnsteinUhlenbeckProcess1D
OrnsteinUhlenbeckProcess1D guides the Random Variable Evolution according to 1D Ornstein-Uhlenbeck Mean
Reverting Process.
|
class |
OrnsteinUhlenbeckProcess2D
OrnsteinUhlenbeckProcess2D guides the Random Variable Evolution according to 2D Ornstein-Uhlenbeck Mean
Reverting Process.
|