DurationFunctionExtremumIndicated Class |
Namespace: AGI.Foundation.NumericalMethods.Advanced
The DurationFunctionExtremumIndicated type exposes the following members.
Name | Description | |
---|---|---|
DurationFunctionExtremumIndicated |
Initializes a new instance.
|
Name | Description | |
---|---|---|
Explorer |
Gets the DurationFunctionExplorer that found this indicated extremum.
| |
ExtremumType |
Gets a value indicating whether the extremum is a minimum or maximum.
| |
Function |
Gets the function for which the extremum is indicated.
| |
IsEndpointExtremum |
Gets a value indicating whether or not this extremum occurred at one of the endpoints
of an interval explored with Explore(Duration, Duration).
Endpoint extrema do not necessarily indicate places in the function have a derivative of zero,
but they can still be global minima or maxima over the evaluation interval.
| |
LeftDuration |
Gets the left date.
| |
LeftSegmentSlope |
Gets the slope between the left and middle samples.
| |
LeftValue |
Gets the left function value.
| |
MiddleDuration |
Gets the middle date.
| |
MiddleValue |
Gets the middle function value.
| |
RightDuration |
Gets the right date.
| |
RightSegmentSlope |
Gets the slope between the middle and right samples.
| |
RightValue |
Gets the right function value.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExploreExtremumForCrossing |
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.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindPreciseExtremum |
Finds the precise date at which the function reaches its extremum.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |