| Package | Description |
|---|---|
| agi.foundation.numericalmethods.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleFunctionThresholdDetails |
DoubleFunctionThresholdCollection.add(double threshold)
Adds a threshold.
|
DoubleFunctionThresholdDetails |
DoubleFunctionThresholdCrossingIndicated.getThreshold()
Gets the threshold being crossed.
|
DoubleFunctionThresholdDetails |
DoubleFunctionThresholdCrossingFound.getThreshold()
Gets the threshold crossed by the function.
|
| 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.
|
| Constructor and Description |
|---|
DoubleFunctionThresholdCrossingIndicated(DoubleFunctionExplorer explorer,
DoubleFunctionDetails function,
DoubleFunctionThresholdDetails threshold,
DoubleFunctionExtremumFound extremum,
double leftVariable,
double leftValue,
double rightVariable,
double rightValue)
Initializes a new instance.
|