- All Superinterfaces:
- Function<Complex,Complex>
- All Known Implementing Classes:
- AbstractProductFourierTransform, DigitalOption, EuropeanOption
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface CharacteristicFunctionInterface
extends Function<Complex,Complex>
Interface which has to be implemented by characteristic functions of
random variables, e.g., Fourier transforms of values (payoffs).
This is a functional interface.
- Author:
- Christian Fries