SSJ
V. 2.6.

umontreal.iro.lecuyer.stat
Interface ObservationListener


public interface ObservationListener

Represents an object that can listen to observations broadcast by statistical probes.


Method Summary
 void newObservation(StatProbe probe, double x)
          Receives the new observation x broadcast by probe.
 

Method Detail

newObservation

void newObservation(StatProbe probe,
                    double x)
Receives the new observation x broadcast by probe.

Parameters:
probe - the statistical probe broadcasting the observation.
x - the observation being broadcast.

SSJ
V. 2.6.

To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.