| Package | Description |
|---|---|
| net.finmath.finitedifference.models |
Models provided for finite difference solvers.
|
| net.finmath.finitedifference.products |
Product valuation code for models using backward propagation.
|
| net.finmath.finitedifference.solvers |
Finite difference solvers
|
| Modifier and Type | Method and Description |
|---|---|
double[][] |
FDMBlackScholesModel.getValue(double evaluationnTime,
double time,
DoubleUnaryOperator values,
FiniteDifference1DBoundary boundary) |
double[][] |
FiniteDifference1DModel.getValue(double evaluationTime,
double time,
DoubleUnaryOperator values,
FiniteDifference1DBoundary boundary)
Return the conditional expectation of the given values at a given time contrained by the given boundary conditions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FDMEuropeanCallOption
Implementation of a European option to be valued by a the finite difference method.
|
| Constructor and Description |
|---|
FDMThetaMethod(FDMBlackScholesModel model,
FiniteDifference1DBoundary boundaryCondition,
double timeHorizon,
double center,
double theta) |
Copyright © 2019. All rights reserved.