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 RandomVariableInterface objects,
implementing the RandomVariableInterface interface. |
Modifier and Type | Method and Description |
---|---|
default RandomVariableArray |
RandomVariableArray.getConditionalExpectation(ConditionalExpectationEstimatorInterface conditionalExpectationOperator) |
RandomVariableArray |
RandomVariableArray.map(Function<RandomVariableInterface,RandomVariableInterface> operator)
Component wise operation
|
RandomVariableArray |
RandomVariableArrayImplementation.map(Function<RandomVariableInterface,RandomVariableInterface> operator) |
RandomVariableArray |
RandomVariableArray.of(RandomVariableInterface[] elements) |
RandomVariableArray |
RandomVariableArrayImplementation.of(RandomVariableInterface[] elements) |
Modifier and Type | Method and Description |
---|---|
RandomVariableInterface |
RandomVariableArray.sumProduct(RandomVariableArray array)
Components wise product followed by sum of all elements.
|
RandomVariableInterface |
RandomVariableArrayImplementation.sumProduct(RandomVariableArray array) |
Copyright © 2019. All rights reserved.