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

Public Member Functions | |
| virtual void | setinitvalue ()=0 |
| virtual double | next (double oldvalue) const=0 |
| updating in the simulation. | |
| matrix | simulate (long n) |
| simulates a process given by "next". | |
| void | setstartvalue (double x) |
| sets the startvalue for the simulation. | |
| void | setdelta (double d) |
| sets delta. | |
Protected Attributes | |
| double | delta |
| variable used in the simulation. | |
| double | startvalue |
| startvalue for the simulation. | |
inherits from class PREESTMODEL
Definition at line 233 of file models.h.
|
|
simulates a process given by "next".
Implements MODEL. Reimplemented in SVMODEL. Definition at line 20 of file models.cpp. References next(), startvalue, and PREESTMODEL::X. Referenced by SVMODEL::simulateS().
|
1.3.6