java.lang.Object
net.finmath.finitedifference.solvers.FDMThetaMethod
One dimensional finite difference solver.
Theta method for local volatility PDE.
This is where the real stuff happens.
- Author:
- Ralph Rudd, Christian Fries, Jörg Kienitz
-
Constructor Summary
ConstructorsConstructorDescriptionFDMThetaMethod(FiniteDifference1DModel model, FiniteDifference1DBoundary boundaryCondition, double timeHorizon, double center, double theta)
-
Method Summary
Modifier and TypeMethodDescriptiondouble[][]
getValue(double evaluationTime, double time, DoubleUnaryOperator valueAtMaturity)
-
Constructor Details
-
FDMThetaMethod
public FDMThetaMethod(FiniteDifference1DModel model, FiniteDifference1DBoundary boundaryCondition, double timeHorizon, double center, double theta)
-
-
Method Details
-
getValue
public double[][] getValue(double evaluationTime, double time, DoubleUnaryOperator valueAtMaturity)
-