java.lang.Object
net.finmath.finitedifference.solvers.FDMThetaMethod
public class FDMThetaMethod extends Object
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
Constructors Constructor Description FDMThetaMethod(FiniteDifference1DModel model, FiniteDifference1DBoundary boundaryCondition, double timeHorizon, double center, double theta)
-
Method Summary
Modifier and Type Method Description double[][]
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)
-