Package | Description |
---|---|
net.finmath.montecarlo |
Provides basic interfaces and classes used in Monte-Carlo models (like LIBOR market model or Monte-Carlo simulation
of a Black-Scholes model), e.g., the Monte-Carlo random variable and the Brownian motion.
|
net.finmath.stochastic |
Interfaces specifying operations on random variables.
|
Modifier and Type | Method and Description |
---|---|
RandomVariableInterface |
RandomVariableLowMemory.apply(DoubleTernaryOperator operator,
RandomVariableInterface argument1,
RandomVariableInterface argument2) |
RandomVariableInterface |
RandomVariableLazyEvaluation.apply(DoubleTernaryOperator operator,
RandomVariableInterface argument1,
RandomVariableInterface argument2) |
RandomVariableInterface |
RandomVariable.apply(DoubleTernaryOperator operator,
RandomVariableInterface argument1,
RandomVariableInterface argument2) |
Modifier and Type | Method and Description |
---|---|
RandomVariableInterface |
Scalar.apply(DoubleTernaryOperator operator,
RandomVariableInterface argument1,
RandomVariableInterface argument2) |
RandomVariableInterface |
RandomVariableInterface.apply(DoubleTernaryOperator operator,
RandomVariableInterface argument1,
RandomVariableInterface argument2)
Applies x → operator(x,y,z) to this random variable, where x is this random variable and y and z are given random variable.
|
Copyright © 2017. All rights reserved.