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 |
---|---|
static FunctionSegmentSlope |
FunctionSegmentSlope.getDefault()
Get the enum constant that is considered to be the default.
|
static FunctionSegmentSlope |
FunctionSegmentSlope.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static FunctionSegmentSlope |
FunctionSegmentSlope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionSegmentSlope[] |
FunctionSegmentSlope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FunctionSegmentSlope |
JulianDateFunctionExtremumIndicated.getLeftSegmentSlope()
Gets the slope between the left and middle samples.
|
FunctionSegmentSlope |
DurationFunctionExtremumIndicated.getLeftSegmentSlope()
Gets the slope between the left and middle samples.
|
FunctionSegmentSlope |
DoubleFunctionExtremumIndicated.getLeftSegmentSlope()
Gets the slope between the left and middle samples.
|
FunctionSegmentSlope |
JulianDateFunctionExtremumIndicated.getRightSegmentSlope()
Gets the slope between the middle and right samples.
|
FunctionSegmentSlope |
DurationFunctionExtremumIndicated.getRightSegmentSlope()
Gets the slope between the middle and right samples.
|
FunctionSegmentSlope |
DoubleFunctionExtremumIndicated.getRightSegmentSlope()
Gets the slope between the middle and right samples.
|
FunctionSegmentSlope |
JulianDateFunctionThresholdCrossingIndicated.getSlope()
Gets the slope of the segment that crosses the threshold.
|
FunctionSegmentSlope |
JulianDateFunctionThresholdCrossingFound.getSlope()
Gets the slope of the function at the crossing.
|
FunctionSegmentSlope |
DurationFunctionThresholdCrossingIndicated.getSlope()
Gets the slope of the segment that crosses the threshold.
|
FunctionSegmentSlope |
DurationFunctionThresholdCrossingFound.getSlope()
Gets the slope of the function at the crossing.
|
FunctionSegmentSlope |
DoubleFunctionThresholdCrossingIndicated.getSlope()
Gets the slope of the segment that crosses the threshold.
|
FunctionSegmentSlope |
DoubleFunctionThresholdCrossingFound.getSlope()
Gets the slope of the function at the crossing.
|