SSJ
3.3.1
Stochastic Simulation in Java
|
Public Member Functions | |
ObservationTrace (int step) | |
void | newObservation (StatProbe probe, double x) |
Receives the new observation x broadcast by probe . More... | |
void newObservation | ( | StatProbe | probe, |
double | x | ||
) |
Receives the new observation x
broadcast by probe
.
probe | the statistical probe broadcasting the observation. |
x | the observation being broadcast. |
Implements ObservationListener.