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.


jHepWork 3.1 ©