Uses of Interface
net.finmath.stochastic.RandomVariableArray
-
Packages that use RandomVariableArray Package Description net.finmath.stochastic Interfaces specifying operations on random variables. -
-
Uses of RandomVariableArray in net.finmath.stochastic
Classes in net.finmath.stochastic that implement RandomVariableArray Modifier and Type Class Description classRandomVariableArrayImplementationAn implementation ofRandomVariableArrayimplementing an array ofRandomVariableobjects, implementing theRandomVariableinterface.Methods in net.finmath.stochastic that return RandomVariableArray Modifier and Type Method Description default RandomVariableArrayRandomVariableArray. getConditionalExpectation(ConditionalExpectationEstimator conditionalExpectationOperator)RandomVariableArrayRandomVariableArray. map(RandomOperator operator)Component wise operationRandomVariableArrayRandomVariableArrayImplementation. map(RandomOperator operator)static RandomVariableArrayRandomVariableArrayImplementation. of(RandomVariable[] elements)Methods in net.finmath.stochastic with parameters of type RandomVariableArray Modifier and Type Method Description RandomVariableRandomVariableArray. sumProduct(RandomVariableArray array)Components wise product followed by sum of all elements.RandomVariableRandomVariableArrayImplementation. sumProduct(RandomVariableArray array)
-