IN - The type of the samples to be extrapolatedOUT - The type of the extrapolation result.public interface TimeStampedExtrapolationFunctionBuilder<IN extends TimeStamped,OUT> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Function<AbsoluteDate,? extends OUT> |
buildLeftExtrapolationFunction(IN[] samples)
Builds a left extrapolation function with the provided samples within the provided indexes.
|
Function<AbsoluteDate,? extends OUT> |
buildRightExtrapolationFunction(IN[] samples)
Builds a right extrapolation function with the provided samples within the provided indexes.
|
Function<AbsoluteDate,? extends OUT> buildLeftExtrapolationFunction(IN[] samples)
samples - The array of time stamped data to be extrapolated. The samples can be considered strictly increasingly
sortedFunction<AbsoluteDate,? extends OUT> buildRightExtrapolationFunction(IN[] samples)
samples - The array of time stamped data to be extrapolated. The samples can be considered strictly increasingly
sortedCopyright © 2025 CNES. All rights reserved.