public abstract class AbstractShortRateVolatilityModel extends Object implements ShortRateVolatilityModel, Serializable
| Constructor and Description |
|---|
AbstractShortRateVolatilityModel(TimeDiscretization timeDiscretization)
Constructor consuming time discretizations, which are handled by the super class.
|
| Modifier and Type | Method and Description |
|---|---|
TimeDiscretization |
getTimeDiscretization()
The simulation time discretization associated with this model.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMeanReversion, getVolatilitypublic AbstractShortRateVolatilityModel(TimeDiscretization timeDiscretization)
timeDiscretization - The vector of simulation time discretization points.public TimeDiscretization getTimeDiscretization()
getTimeDiscretization in interface ShortRateVolatilityModelCopyright © 2019. All rights reserved.