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 RandomOperatorRandomOperator.andThen(RandomOperator after)Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.default RandomOperatorRandomOperator.compose(RandomOperator before)Returns a composed function that first applies thebeforefunction to its input, and then applies this function to the result.static RandomOperatorRandomOperator.identity()Returns a function that always returns its input argument.Methods in net.finmath.stochastic with parameters of type RandomOperatorModifier and TypeMethodDescriptiondefault RandomOperatorRandomOperator.andThen(RandomOperator after)Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.default RandomVariableRandomVariable.appy(RandomOperator operator)Applies x → operator(x) to this random variable.default RandomOperatorRandomOperator.compose(RandomOperator before)Returns a composed function that first applies thebeforefunction to its input, and then applies this function to the result.RandomVariableArray.map(RandomOperator operator)Component wise operationRandomVariableArrayImplementation.map(RandomOperator operator)