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 class
RandomVariableArrayImplementation
An implementation ofRandomVariableArray
implementing an array ofRandomVariable
objects, implementing theRandomVariable
interface.Methods in net.finmath.stochastic that return RandomVariableArray Modifier and Type Method Description default RandomVariableArray
RandomVariableArray. getConditionalExpectation(ConditionalExpectationEstimator conditionalExpectationOperator)
RandomVariableArray
RandomVariableArray. map(RandomOperator operator)
Component wise operationRandomVariableArray
RandomVariableArrayImplementation. map(RandomOperator operator)
static RandomVariableArray
RandomVariableArrayImplementation. of(RandomVariable[] elements)
Methods in net.finmath.stochastic with parameters of type RandomVariableArray Modifier and Type Method Description RandomVariable
RandomVariableArray. sumProduct(RandomVariableArray array)
Components wise product followed by sum of all elements.RandomVariable
RandomVariableArrayImplementation. sumProduct(RandomVariableArray array)
-