Interface CharacteristicFunction

All Superinterfaces:
Function<Complex,​Complex>
All Known Subinterfaces:
SmileByIntegralTransform
All Known Implementing Classes:
AbstractFourierTransformProduct, DigitalOption, EuropeanOption, EuropeanOptionSmile, EuropeanOptionSmileByCarrMadan, SingleAssetFourierProductFactory.DigitalOptionFourierMethod, SingleAssetFourierProductFactory.EuropeanOptionFourierMethod
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 CharacteristicFunction
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.
Version:
1.0
Author:
Christian Fries