Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
agi.foundation.numericalmethods.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
Modifier and Type | Method and Description |
---|---|
DurationFunctionExtremumFound |
DurationExtremumFoundEventArgs.getFinding()
Gets the finding indicated by this event.
|
Constructor and Description |
---|
DurationExtremumFoundEventArgs(DurationFunctionExtremumFound finding)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
DurationFunctionExtremumFound |
DurationFunctionExtremumIndicated.exploreExtremumForCrossing(DurationFunctionThresholdDetails closestThreshold,
DurationFunctionThresholdDetails furthestThreshold,
boolean[] converged)
Searches an extremum until either the precise date at which the function reaches its extremum is found, or it is
determined that this extremum will not result in a crossing.
|
DurationFunctionExtremumFound |
DurationFunctionExtremumIndicated.findPreciseExtremum()
Finds the precise date at which the function reaches its extremum.
|
DurationFunctionExtremumFound |
DurationFunctionThresholdCrossingIndicated.getExtremum()
Gets the extremum that caused this threshold crossing indication, or
null
if this indication was not caused by an extremum. |
Constructor and Description |
---|
DurationFunctionThresholdCrossingIndicated(DurationFunctionExplorer explorer,
DurationFunctionDetails function,
DurationFunctionThresholdDetails threshold,
DurationFunctionExtremumFound extremum,
Duration leftDuration,
double leftValue,
Duration rightDuration,
double rightValue)
Initializes a new instance.
|