Uses of Interface
net.finmath.stochastic.RandomOperator
Packages that use RandomOperator
-
Uses of RandomOperator in net.finmath.stochastic
Methods in net.finmath.stochastic that return RandomOperatorModifier and TypeMethodDescriptiondefault 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 RandomOperatorModifier and TypeMethodDescriptiondefault 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.map(RandomOperator operator)
Component wise operationRandomVariableArrayImplementation.map(RandomOperator operator)