See: Description
| Interface | Description |
|---|---|
| ConditionalExpectationEstimator |
The interface which has to be implemented by a fixed conditional expectation operator,
i.e., E( · | Z ) for a fixed Z.
|
| RandomVariable |
This interface describes the methods implemented by an immutable random variable, i.e.
|
| RandomVariableAccumulatorInterface |
The interface implemented by a mutable random variable accumulator.
|
| RandomVariableArray |
An array of
RandomVariable objects, implementing the RandomVariable interface. |
| Class | Description |
|---|---|
| RandomVariableArrayImplementation |
An implementation of
RandomVariableArray implementing an array of RandomVariable objects,
implementing the RandomVariable interface. |
| Scalar |
A scalar value implementing the RandomVariable.
|
Copyright © 2019. All rights reserved.