Extrapolation#
This module contains the extrapolators used to evaluate points outside the
domain range of FDataBasis or FDataGrid. See
Extrapolation Example for detailed explanation.
Extrapolation Methods#
The following classes are used to define common methods of extrapolation.
Custom Extrapolation#
Custom extrapolators could be done subclassing Evaluator.
Structure of an evaluator. |