Uses of Interface
net.finmath.stochastic.RandomVariableArray
Packages that use RandomVariableArray
-
Uses of RandomVariableArray in net.finmath.stochastic
Classes in net.finmath.stochastic that implement RandomVariableArrayModifier and TypeClassDescriptionclassAn implementation ofRandomVariableArrayimplementing an array ofRandomVariableobjects, implementing theRandomVariableinterface.Methods in net.finmath.stochastic that return RandomVariableArrayModifier and TypeMethodDescriptiondefault RandomVariableArrayRandomVariableArray.getConditionalExpectation(ConditionalExpectationEstimator conditionalExpectationOperator)RandomVariableArray.map(RandomOperator operator)Component wise operationRandomVariableArrayImplementation.map(RandomOperator operator)static RandomVariableArrayRandomVariableArrayImplementation.of(RandomVariable[] elements)Methods in net.finmath.stochastic with parameters of type RandomVariableArrayModifier and TypeMethodDescriptionRandomVariableArray.sumProduct(RandomVariableArray array)Components wise product followed by sum of all elements.RandomVariableArrayImplementation.sumProduct(RandomVariableArray array)