#include <models.h>
Inheritance diagram for SVMODEL:

Public Member Functions | |
| virtual matrix | simulate (long n) |
| simulates the SV-process. | |
| virtual matrix | simulateS (long n) |
| simulates the volatility of the SV-process. | |
Protected Attributes | |
| double | Delta |
| the timedistance between the observations. | |
| long | PointsPerDelta |
| the number of subintervals for each Delta. | |
inherits from MARKOVMODEL
Definition at line 262 of file models.h.
1.3.6