#include <dwellprobe.h>
Inheritance diagram for MODEL::AVGDwellProbe:


Public Types | |
|
typedef ODESystem<dims,nelem, NT> | system |
Public Methods | |
| AVGDwellProbe (TimeFrame &T, const string &n, system &sys, integer v, number threshold, number width=0.1, bool below=true) | |
| const number& | switches (void) |
| const number& | average (void) |
| void | probe (void) |
| NO_COPY (AVGDwellProbe) | |
Private Attributes | |
| system* | my_sys |
| integer | var |
| number | th |
| number | w |
| number | avg |
| number | avgn |
| integer | more_or_less |
| bool | from_top |
| bool | from_bottom |
| bool | lower |
| number | last_t |
Definition at line 209 of file dwellprobe.h.
|
|
By default, a 2x10% width (around the threshold) is assumed Definition at line 215 of file dwellprobe.h. |
|
|
|
|
|
Definition at line 235 of file dwellprobe.h. |
|
|
Tells you where the system is : 1) above threshold+w -1) below threshold-w 0) inside DMZ Definition at line 315 of file dwellprobe.h. |
More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be
Last update: June 2002.