Package | Description |
---|---|
net.finmath.stochastic |
Interfaces specifying operations on random variables.
|
Modifier and Type | Class and Description |
---|---|
class |
RandomVariableArrayImplementation
An implementation of
RandomVariableArray implementing an array of RandomVariable objects,
implementing the RandomVariable interface. |
Modifier and Type | Method and Description |
---|---|
default RandomVariableArray |
RandomVariableArray.getConditionalExpectation(ConditionalExpectationEstimator conditionalExpectationOperator) |
RandomVariableArray |
RandomVariableArray.map(Function<RandomVariable,RandomVariable> operator)
Component wise operation
|
RandomVariableArray |
RandomVariableArrayImplementation.map(Function<RandomVariable,RandomVariable> operator) |
static RandomVariableArray |
RandomVariableArrayImplementation.of(RandomVariable[] elements) |
Modifier and Type | Method and Description |
---|---|
RandomVariable |
RandomVariableArray.sumProduct(RandomVariableArray array)
Components wise product followed by sum of all elements.
|
RandomVariable |
RandomVariableArrayImplementation.sumProduct(RandomVariableArray array) |
Copyright © 2020. All rights reserved.