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 |
---|---|
DoubleFunctionExtremumFound |
DoubleExtremumFoundEventArgs.getFinding()
Gets the finding indicated by this event.
|
Constructor and Description |
---|
DoubleExtremumFoundEventArgs(DoubleFunctionExtremumFound finding)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
DoubleFunctionExtremumFound |
DoubleFunctionExtremumIndicated.exploreExtremumForCrossing(DoubleFunctionThresholdDetails closestThreshold,
DoubleFunctionThresholdDetails 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.
|
DoubleFunctionExtremumFound |
DoubleFunctionExtremumIndicated.findPreciseExtremum()
Finds the precise date at which the function reaches its extremum.
|
DoubleFunctionExtremumFound |
DoubleFunctionThresholdCrossingIndicated.getExtremum()
Gets the extremum that caused this threshold crossing indication, or
null
if this indication was not caused by an extremum. |
Constructor and Description |
---|
DoubleFunctionThresholdCrossingIndicated(DoubleFunctionExplorer explorer,
DoubleFunctionDetails function,
DoubleFunctionThresholdDetails threshold,
DoubleFunctionExtremumFound extremum,
double leftVariable,
double leftValue,
double rightVariable,
double rightValue)
Initializes a new instance.
|