25package umontreal.ssj.stat;
The objects of this class are statistical probes or collectors, which are elementary devices for coll...
Represents an object that can listen to observations broadcast by statistical probes.
void newObservation(StatProbe probe, double x)
Receives the new observation x broadcast by probe.