public class BlackScholesModel extends Object implements ProcessCharacteristicFunctionInterface
| Constructor and Description |
|---|
BlackScholesModel(double initialValue,
double riskFreeRate,
double volatility) |
| Modifier and Type | Method and Description |
|---|---|
CharacteristicFunctionInterface |
apply(double time)
Returns the characteristic function of X(t), where X is
this stochastic process. |
public BlackScholesModel(double initialValue,
double riskFreeRate,
double volatility)
public CharacteristicFunctionInterface apply(double time)
ProcessCharacteristicFunctionInterfacethis stochastic process.apply in interface ProcessCharacteristicFunctionInterfacetime - The time at which the stochastic process is observed.Copyright © 2015. All rights reserved.