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