Uses of Interface
net.finmath.stochastic.RandomOperator
-
Packages that use RandomOperator Package Description net.finmath.stochastic Interfaces specifying operations on random variables. -
-
Uses of RandomOperator in net.finmath.stochastic
Methods in net.finmath.stochastic that return RandomOperator Modifier and Type Method Description default RandomOperator
RandomOperator. andThen(RandomOperator after)
Returns a composed function that first applies this function to its input, and then applies theafter
function to the result.default RandomOperator
RandomOperator. compose(RandomOperator before)
Returns a composed function that first applies thebefore
function to its input, and then applies this function to the result.static RandomOperator
RandomOperator. identity()
Returns a function that always returns its input argument.Methods in net.finmath.stochastic with parameters of type RandomOperator Modifier and Type Method Description default RandomOperator
RandomOperator. andThen(RandomOperator after)
Returns a composed function that first applies this function to its input, and then applies theafter
function to the result.default RandomVariable
RandomVariable. appy(RandomOperator operator)
Applies x → operator(x) to this random variable.default RandomOperator
RandomOperator. compose(RandomOperator before)
Returns a composed function that first applies thebefore
function to its input, and then applies this function to the result.RandomVariableArray
RandomVariableArray. map(RandomOperator operator)
Component wise operationRandomVariableArray
RandomVariableArrayImplementation. map(RandomOperator operator)
-