public interface FiniteDifference1DBoundary
| Modifier and Type | Method and Description |
|---|---|
double |
getValueAtLowerBoundary(FiniteDifference1DModel model,
double time,
double assetValue)
Return the value of the value process at the lower boundary for a given time and asset value.
|
double |
getValueAtUpperBoundary(FiniteDifference1DModel model,
double time,
double assetValue)
Return the value of the value process at the upper boundary for a given time and asset value.
|
double getValueAtLowerBoundary(FiniteDifference1DModel model, double time, double assetValue)
model - The model which uses the boundary condition (provides model parameters)time - The time at which the boundary is observed.assetValue - The value of the asset specifying the location of the boundary.double getValueAtUpperBoundary(FiniteDifference1DModel model, double time, double assetValue)
model - TODOtime - The time at which the boundary is observed.assetValue - The value of the asset specifying the location of the boundary.Copyright © 2019. All rights reserved.