Package | Description |
---|---|
net.finmath.montecarlo.conditionalexpectation |
Algorithms to perform the calculation of conditional expectations in Monte-Carlo simulations,
also known as "American Monte-Carlo".
|
net.finmath.montecarlo.interestrate.products |
Provides classes which implement financial products which may be
valued using a
net.finmath.montecarlo.interestrate.LIBORModelMonteCarloSimulationInterface . |
net.finmath.stochastic |
Interfaces specifying operations on random variables.
|
Modifier and Type | Class and Description |
---|---|
class |
MonteCarloConditionalExpectationRegression
A service that allows to estimate conditional expectation via regression.
|
Modifier and Type | Method and Description |
---|---|
ConditionalExpectationEstimatorInterface |
BermudanSwaption.getConditionalExpectationEstimator(double fixingDate,
LIBORModelMonteCarloSimulationInterface model)
Return the conditional expectation estimator suitable for this product.
|
Modifier and Type | Method and Description |
---|---|
default RandomVariableInterface |
RandomVariableInterface.getConditionalExpectation(ConditionalExpectationEstimatorInterface conditionalExpectationOperator)
Returns the conditional expectation using a given conditional expectation estimator.
|
Copyright © 2017. All rights reserved.