| 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 |
|---|---|
Iterable<JulianDateFunctionFinding> |
JulianDateFunctionExplorer.stepInteractively(JulianDate next)
Steps exploration to a specified date.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JulianDateFunctionExtremumFound
A finding by
JulianDateFunctionExplorer that a function has a local
extremum at a specific date. |
class |
JulianDateFunctionExtremumIndicated
A finding by
JulianDateFunctionExplorer that a function has a local extremum
indicated by three samples. |
class |
JulianDateFunctionThresholdCrossingFound
A finding by
JulianDateFunctionExplorer that a function crossed
a threshold at a specific date. |
class |
JulianDateFunctionThresholdCrossingIndicated
A finding by
JulianDateFunctionExplorer that a threshold crossing is
indicated somewhere between two dates, because the function values are on opposite sides of the
threshold at the two dates. |